Merge pull request #283 from rooftopcellist/fix-lint-errors

Fix file permissions for tmp spec vars file
This commit is contained in:
Christian Adams
2021-05-07 09:10:25 -04:00
committed by GitHub
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 }}"