set file mode on shared home archive

This commit is contained in:
Lee Goolsbee
2022-02-11 19:23:20 -06:00
parent 9cb1581438
commit cda8b64537

View File

@@ -73,6 +73,7 @@
- "{{ test_archive_source }}/*" - "{{ test_archive_source }}/*"
dest: "{{ test_archive }}" dest: "{{ test_archive }}"
owner: "{{ atl_product_user }}" owner: "{{ atl_product_user }}"
mode: "664"
tasks: tasks:
- name: Install distro-specific restore support packages - name: Install distro-specific restore support packages