fix: revert forcing scope on deamon reload
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m9s
test / Molecule tests (default, debian12) (push) Successful in 1m12s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m19s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m42s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m8s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m16s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m31s
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m9s
test / Molecule tests (default, debian12) (push) Successful in 1m12s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m19s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m42s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m8s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m16s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m31s
> bug came from the runner and not the code
This commit is contained in:
parent
415c9af956
commit
84b11cb11e
@ -3,7 +3,6 @@
|
|||||||
- name: "Reload service file"
|
- name: "Reload service file"
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
scope: system
|
|
||||||
become: true
|
become: true
|
||||||
listen: "systemctl-daemon-reload"
|
listen: "systemctl-daemon-reload"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user