diff --git a/roles/restore/.secrets.yml.swp b/roles/restore/.secrets.yml.swp deleted file mode 100644 index 32096989..00000000 Binary files a/roles/restore/.secrets.yml.swp and /dev/null differ diff --git a/roles/restore/tasks/deploy_awx.yml b/roles/restore/tasks/deploy_awx.yml index 00ba0fd0..6d0dc56a 100644 --- a/roles/restore/tasks/deploy_awx.yml +++ b/roles/restore/tasks/deploy_awx.yml @@ -17,6 +17,7 @@ copy: content: "{{ awx_object.stdout }}" dest: "{{ tmp_spec.path }}" + mode: '0644' - name: Include spec vars to save them as a dict include_vars: "{{ tmp_spec.path }}"