mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITPLT-3650 compatibility updates for ansible-core 2.16 and other dependencies
This commit is contained in:
@@ -17,7 +17,7 @@ platforms:
|
||||
provisioner:
|
||||
name: ansible
|
||||
env:
|
||||
ANSIBLE_COLLECTIONS_PATH: "../../"
|
||||
ANSIBLE_COLLECTIONS_PATH: "../../../../"
|
||||
inventory:
|
||||
links:
|
||||
group_vars: ../../../../group_vars/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user