Merge "Set ownership of files in external_post_deploy_tasks"
This commit is contained in:
commit
db477f9232
@ -274,12 +274,14 @@ outputs:
|
||||
become: true
|
||||
copy:
|
||||
dest: "{{ octavia_ansible_group_vars.octavia_group_vars_dir }}/octavia_vars.yaml"
|
||||
owner: "{{ ansible_user }}"
|
||||
content: "{{ octavia_ansible_group_vars|to_nice_yaml }}"
|
||||
no_log: "{{ hide_sensitive_logs | bool }}"
|
||||
- name: Write octavia inventory
|
||||
become: true
|
||||
copy:
|
||||
dest: "{{playbook_dir}}/octavia-ansible/inventory.yaml"
|
||||
owner: "{{ ansible_user }}"
|
||||
content: |
|
||||
octavia_nodes:
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user