summaryrefslogtreecommitdiff
path: root/test/integration/targets/roles/runme.sh
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-11-29 15:56:41 -0600
committerGitHub <noreply@github.com>2022-11-29 15:56:41 -0600
commit1998521e2d5b89bc53d00639bad178330ebb98df (patch)
tree8c17d0b307f4c514ca11d1af165f2b1100f6885c /test/integration/targets/roles/runme.sh
parentf9715f436ce0590a5441fa7f13c1aa60cdeb6585 (diff)
downloadansible-1998521e2d5b89bc53d00639bad178330ebb98df.tar.gz
Always create new role (#78661)
Don't use role cache for determining whether to create a new instance of role
Diffstat (limited to 'test/integration/targets/roles/runme.sh')
-rwxr-xr-xtest/integration/targets/roles/runme.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/roles/runme.sh b/test/integration/targets/roles/runme.sh
index 1e154b795a..f6902d6344 100755
--- a/test/integration/targets/roles/runme.sh
+++ b/test/integration/targets/roles/runme.sh
@@ -14,6 +14,7 @@ set -eux
[ "$(ansible-playbook allowed_dupes.yml -i ../../inventory --tags importrole "$@" | grep -c '"msg": "A"')" = "2" ]
[ "$(ansible-playbook allowed_dupes.yml -i ../../inventory --tags includerole "$@" | grep -c '"msg": "A"')" = "2" ]
+[ "$(ansible-playbook dupe_inheritance.yml -i ../../inventory "$@" | grep -c '"msg": "abc"')" = "3" ]
# ensure role data is merged correctly
ansible-playbook data_integrity.yml -i ../../inventory "$@"