diff options
author | Trishna Guha <trishnaguha17@gmail.com> | 2017-06-30 16:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 16:14:08 +0200 |
commit | 93bbcd8a32dda7bd1bff6dec617509b0431365ab (patch) | |
tree | 142357199f9d6b52b9815f36dbf4376556dedbf9 /test/integration/targets/vyos_user | |
parent | Unittests for extracting metadata from plugins (#26218) (diff) | |
download | ansible-93bbcd8a32dda7bd1bff6dec617509b0431365ab.tar.xz ansible-93bbcd8a32dda7bd1bff6dec617509b0431365ab.zip |
vyos_user fix idempotent (#26289)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'test/integration/targets/vyos_user')
-rw-r--r-- | test/integration/targets/vyos_user/tests/cli/basic.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/vyos_user/tests/cli/basic.yaml b/test/integration/targets/vyos_user/tests/cli/basic.yaml index e2d0716309..3a4fcbbfb8 100644 --- a/test/integration/targets/vyos_user/tests/cli/basic.yaml +++ b/test/integration/targets/vyos_user/tests/cli/basic.yaml @@ -33,6 +33,7 @@ name: ansibletest1 password: test state: present + update_password: on_create provider: "{{ cli }}" register: result |