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.
2 parents 920d741 + 203a658 commit c2efd61Copy full SHA for c2efd61
tests/roles/manila_adoption/tasks/ceph.yaml
@@ -5,7 +5,8 @@
5
become: true
6
ansible.builtin.shell: |
7
{{ shell_header }}
8
- ${CONTROLLER1_SSH} awk -F '[=;]' '/Bind_Addr/ {gsub(/ /, "", $2); print $2}' {{ ganesha_default_path }}
+ CONTROLLER1_SSH="{{ controller1_ssh }}"
9
+ ${CONTROLLER1_SSH} "awk -F '[=;]' '/Bind_Addr/ {gsub(/ /, \"\", \$2); print \$2}' {{ ganesha_default_path }}"
10
register: cephnfs_vip
11
12
- name: Fail if the OLD Ganesha VIP is not a good input value
0 commit comments