diff options
author | tu1h <92532497+tu1h@users.noreply.github.com> | 2023-03-31 23:36:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 11:36:44 -0400 |
commit | 043a0f3ee81c6a56b025f4c2f3e939c5d621fba8 (patch) | |
tree | 32e0e6f02df24cd8c46a725fbf9e4a8c813362b8 /changelogs/fragments/78492-fix-invalid-run_once-value.yml | |
parent | 0e509ecf2572aab5f277a13284e29d6c68d596ab (diff) | |
download | ansible-043a0f3ee81c6a56b025f4c2f3e939c5d621fba8.tar.gz |
Fix run_once by instantly tiny post_validate (#78492) (#80051)
Signed-off-by: tu1h <lihai.tu@daocloud.io>
Diffstat (limited to 'changelogs/fragments/78492-fix-invalid-run_once-value.yml')
-rw-r--r-- | changelogs/fragments/78492-fix-invalid-run_once-value.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/78492-fix-invalid-run_once-value.yml b/changelogs/fragments/78492-fix-invalid-run_once-value.yml new file mode 100644 index 0000000000..e20f608f17 --- /dev/null +++ b/changelogs/fragments/78492-fix-invalid-run_once-value.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - "strategy plugins: get the correctly templated and validated run_once value on strategy linear (https://github.com/ansible/ansible/issues/78492)"
\ No newline at end of file |