Merge "Add become for Octavia configuration tasks"
This commit is contained in:
commit
54da9fa92c
@ -104,6 +104,7 @@
|
||||
copy:
|
||||
src: "{{ node_custom_config }}/octavia/{{ item }}"
|
||||
dest: "{{ node_config_directory }}/octavia-housekeeping/{{ item }}"
|
||||
become: true
|
||||
register: octavia_housekeeping_certificate
|
||||
when:
|
||||
- inventory_hostname in groups[service.group]
|
||||
@ -121,6 +122,7 @@
|
||||
copy:
|
||||
src: "{{ node_custom_config }}/octavia/{{ item }}"
|
||||
dest: "{{ node_config_directory }}/octavia-health-manager/{{ item }}"
|
||||
become: true
|
||||
register: octavia_health_manager_certificate
|
||||
when:
|
||||
- inventory_hostname in groups[service.group]
|
||||
|
Loading…
Reference in New Issue
Block a user