We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef23cd commit 29ca81fCopy full SHA for 29ca81f
roles/edpm_ovn/tasks/run.yml
@@ -20,6 +20,7 @@
20
ansible.builtin.stat:
21
path: "{{ edpm_ovn_controller_tls_cacert_bundle_src }}"
22
register: cacert_bundle_exists
23
+ become: true
24
25
- name: Set ca_cert mount
26
ansible.builtin.set_fact:
0 commit comments