mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
ansible_playbook_python (#18530)
* ansible_playbook_python fixes #18471 * fix tests * removed dupe
This commit is contained in:
parent
21813ed83e
commit
778c983ef9
5 changed files with 11 additions and 9 deletions
|
@ -694,7 +694,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
|||
pass
|
||||
|
||||
# remove some KNOWN keys
|
||||
for hard in ['ansible_rsync_path']:
|
||||
for hard in ['ansible_rsync_path', 'ansible_playbook_python']:
|
||||
if hard in fact_keys:
|
||||
remove_keys.add(hard)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue