feat: add become true to start docker service
All checks were successful
test / Linting (push) Successful in 40s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m9s
test / Molecule tests (default, debian11) (push) Successful in 2m21s
test / Molecule tests (default, debian12) (push) Successful in 2m38s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m48s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m1s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m49s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 2m6s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m24s

This commit is contained in:
Bertrand Lanson 2023-11-30 18:03:53 +01:00
parent b21265400f
commit 48d2804837

View File

@ -21,4 +21,5 @@
ansible.builtin.service:
name: docker
state: started
become: true
when: install_docker_start_service