Fix file permissions for tmp spec vars file

This commit is contained in:
Christian M. Adams
2021-05-05 09:29:57 -04:00
parent 51dd524579
commit c551d05182
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -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 }}"