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 d7f1bb6 + 122c4bd commit 69ca219Copy full SHA for 69ca219
tests/roles/stop_openstack_services/tasks/main.yaml
@@ -7,7 +7,7 @@
7
CONTROLLER3_SSH="{{ controller3_ssh }}"
8
9
- name: Remove colocation constraints between manila-share and ceph-nfs
10
- when: manila_backend == "cephnfs"
+ when: manila_backend | default("") == "cephnfs"
11
ansible.builtin.shell: |
12
{{ shell_header }}
13
{{ oc_header }}
0 commit comments