diff options
author | Gabriel do Nascimento Ribeiro <gabriel376@hotmail.com> | 2019-03-13 16:40:07 -0300 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2019-03-13 15:40:07 -0400 |
commit | f97a593da552a209d51030636e956eb5d2d71dbb (patch) | |
tree | 906a63671eaef5ab76e62eaa7a2be420298ccead /test/integration/targets/group/tasks/main.yml | |
parent | 0e77eeb2055b4bd0c042acf44e4e9082a1234819 (diff) | |
download | ansible-f97a593da552a209d51030636e956eb5d2d71dbb.tar.gz |
Add non_unique parameter for group module (#53085)
Diffstat (limited to 'test/integration/targets/group/tasks/main.yml')
-rw-r--r-- | test/integration/targets/group/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/group/tasks/main.yml b/test/integration/targets/group/tasks/main.yml index 3d200ba8bc..eb8126ddf6 100644 --- a/test/integration/targets/group/tasks/main.yml +++ b/test/integration/targets/group/tasks/main.yml @@ -23,6 +23,7 @@ loop: - ansibullgroup - ansibullgroup2 + - ansibullgroup3 - block: - name: run tests @@ -36,3 +37,4 @@ loop: - ansibullgroup - ansibullgroup2 + - ansibullgroup3
\ No newline at end of file |