We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf329f commit 3c2df07Copy full SHA for 3c2df07
os-config/ansible/linux-packages-playbook.yaml
@@ -48,6 +48,9 @@
48
ansible.builtin.command: gsettings set org.gnome.desktop.session idle-delay 0
49
- name: Systemd turn off suspend
50
ansible.builtin.command: systemctl mask suspend.target
51
+ - name: Install docker
52
+ import_role:
53
+ name: geerlingguy.docker
54
55
- name: OS specific tasks
56
hosts: host
0 commit comments