mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user