Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema (and also make the lsp shut up).
7 lines
131 B
YAML
7 lines
131 B
YAML
- name: Handle docker daemon
|
|
systemd:
|
|
name: docker
|
|
state: started
|
|
enabled: yes
|
|
daemon_reload: yes
|
|
become: true
|