Skip to content
Snippets Groups Projects
Commit 54da9fa9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add become for Octavia configuration tasks"

parents 04fb9981 5c771df7
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment