diff --git a/playbooks/05_install_autofs.yml b/playbooks/05_install_autofs.yml index 928f63b..7e67519 100644 --- a/playbooks/05_install_autofs.yml +++ b/playbooks/05_install_autofs.yml @@ -1,10 +1,9 @@ - hosts: datacenter - name: Install docker1 + name: Install and configure autofs become: true become_user: root - gather_facts: false tasks: - - name: Install docker + - name: Install autofs ansible.builtin.apt: name: - autofs