use collections; use FQCN for all tasks

This commit is contained in:
Lee Goolsbee
2022-09-07 15:59:15 -05:00
parent e1f5521652
commit 694f1c2874
47 changed files with 243 additions and 230 deletions

View File

@@ -1,14 +1,14 @@
---
- name: Install the startup wrapper script
copy:
ansible.builtin.copy:
src: start-synchrony
dest: "{{ atl_product_installation_current }}/bin/start-synchrony"
group: "{{ atl_product_user }}"
mode: "0750"
- name: Install the Synchrony environment settings
template:
ansible.builtin.template:
src: "atl.synchrony.j2"
dest: "/etc/atl.synchrony"
group: "{{ atl_product_user }}"