summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJack Parsons <jack.parsons1995@hotmail.com>2019-08-27 18:02:26 +0100
committerMatt Martz <matt@sivel.net>2019-08-27 12:02:26 -0500
commit80b73712a9130eabe441f9acef2f4f4453dfbe84 (patch)
tree1e11889644b29a67d4051130c6f8b9d03c2f6050 /changelogs
parentc1c6e9f008eb9dd948a22ff19757a7cbeac93613 (diff)
downloadansible-80b73712a9130eabe441f9acef2f4f4453dfbe84.tar.gz
Template value of debugger and then check for validity (#53587)
* Template value of debugger and then check for validity * Removed if/else and forcing failure on undefined as per comments * Added changelog * changed colon to brackets so it appears as a string
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/53587-allow_templated_debugger_value.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/53587-allow_templated_debugger_value.yaml b/changelogs/fragments/53587-allow_templated_debugger_value.yaml
new file mode 100644
index 0000000000..c7b80033d9
--- /dev/null
+++ b/changelogs/fragments/53587-allow_templated_debugger_value.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Allow debugger to take a templated value (https://github.com/ansible/ansible/pull/53587)