mirror of https://github.com/ceph/ceph-ansible.git
tests: update dev_setup for nfs_ganesha_stable value
since we now set this variable in inventory host, the regexp needs to be updated, the assignment operator is `=`. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3535/head
parent
d177711f6e
commit
5ccfa95b9a
|
@ -20,12 +20,12 @@
|
|||
|
||||
- name: change nfs-ganesha repository to 'dev'
|
||||
replace:
|
||||
regexp: "nfs_ganesha_stable:.*"
|
||||
replace: "nfs_ganesha_stable: false"
|
||||
regexp: "nfs_ganesha_stable=.*"
|
||||
replace: "nfs_ganesha_stable=False"
|
||||
dest: "{{ group_vars_path }}"
|
||||
replace:
|
||||
regexp: "nfs_ganesha_dev:.*"
|
||||
replace: "nfs_ganesha_dev: true"
|
||||
replace: "nfs_ganesha_dev=True"
|
||||
dest: "{{ group_vars_path }}"
|
||||
when: change_dir is defined
|
||||
|
||||
|
|
Loading…
Reference in New Issue