summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fix-templating-private-role-FA.yml
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-04-17 10:22:03 -0400
committerGitHub <noreply@github.com>2023-04-17 09:22:03 -0500
commit62a353c085e10ed8d8713357421a06e00de551f4 (patch)
tree7df1492b080ac215a82259a5b5d97ef6e7f6ebfb /changelogs/fragments/fix-templating-private-role-FA.yml
parent495d48d51eea1ca5eccaecbb4bc96341d759dc2b (diff)
downloadansible-62a353c085e10ed8d8713357421a06e00de551f4.tar.gz
fix using templated values for include/import role FA (#80320) (#80378)
* 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 (cherry picked from commit 666188892ed0833e87803a3e80c58923e4cd6bca)
Diffstat (limited to 'changelogs/fragments/fix-templating-private-role-FA.yml')
-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).