Add nfs-common to common role

This commit is contained in:
Salt 2021-08-07 11:52:03 -05:00
parent caabd61057
commit d6328146b3
2 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,6 @@
# k8s
- hosts: tags_pik8s
gather_facts: no
tasks:
- name: install nfs-common
apt: name=nfs-common
tags: [ k8s, packages, apt ]
roles:
- role: k8s
tags: [ k8s, skip-pull ]

View File

@ -15,6 +15,7 @@
- jq
- ncdu
- net-tools
- nfs-common
- openssh-server
- pwgen
- python-is-python3 # God damn you Nextcloud role