mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
Merge pull request #283 from rooftopcellist/fix-lint-errors
Fix file permissions for tmp spec vars file
This commit is contained in:
Binary file not shown.
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user