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
Guillaume Abrioux 2019-01-07 15:38:15 +01:00 committed by Sébastien Han
parent d177711f6e
commit 5ccfa95b9a
1 changed files with 3 additions and 3 deletions

View File

@ -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