ITPLT-3650 compatibility updates for ansible-core 2.16 and other dependencies

This commit is contained in:
Lee Goolsbee
2024-04-26 13:07:57 -05:00
parent cff27677c6
commit ecb262a15f
44 changed files with 43 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../"
ANSIBLE_COLLECTIONS_PATH: "../../../../"
inventory:
links:
group_vars: ../../../../group_vars/

View File

@@ -41,7 +41,7 @@
register: systemd_config_changed
- name: Force systemd to reload daemon configuration
ansible.builtin.systemd:
ansible.builtin.systemd_service:
daemon_reload: yes
when:
- systemd_config_changed is defined