]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: update dev_setup for nfs_ganesha_stable value
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 7 Jan 2019 14:38:15 +0000 (15:38 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 24 Jan 2019 10:46:32 +0000 (11:46 +0100)
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>
tests/functional/dev_setup.yml

index 098fb12e879d2513081e3ec97398a241983d8ff0..f194326b18240f65c01477750259a596ffe1ce14 100644 (file)
 
     - 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