cloudserve-infrastructure/roles/docker/handlers/main.yml
Marty Oehme 7d8408f9f8
Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema
(and also make the lsp shut up).
2022-12-18 16:02:32 +01:00

7 lines
131 B
YAML

- name: Handle docker daemon
systemd:
name: docker
state: started
enabled: yes
daemon_reload: yes
become: true