summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-03-30 18:20:10 -0400
committerGitHub <noreply@github.com>2023-03-30 17:20:10 -0500
commit666188892ed0833e87803a3e80c58923e4cd6bca (patch)
treeadd8bdbb0c25578758a6ab32752049a0df72b3f8 /changelogs
parenta45dd2a01c9b254bfa10fbd119f8ea99cf881992 (diff)
downloadansible-666188892ed0833e87803a3e80c58923e4cd6bca.tar.gz
fix using templated values for include/import role FA (#80320)
* fix using templated values for include/import role options 'public', 'allow_duplicates', and 'rolespec_validate' * pass templated values without changing the instance * Fix templating by setting always_post_validate to True and calling IncludeRole.post_validate() instead ci_complete * add changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix-templating-private-role-FA.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix-templating-private-role-FA.yml b/changelogs/fragments/fix-templating-private-role-FA.yml
new file mode 100644
index 0000000000..bef23f7873
--- /dev/null
+++ b/changelogs/fragments/fix-templating-private-role-FA.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - roles - Fix templating ``public``, ``allow_duplicates`` and ``rolespec_validate`` (https://github.com/ansible/ansible/issues/80304).