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