Skip to content

Commit 6a5b9c1

Browse files
authored
[stable-2.21] config: Use correct key for inject_invocation (#87000) (#87064)
* inject_invocation inadvertently used 'interpreter_python' key in config file instead 'inject_invocation'. Fixes: #86999 (cherry picked from commit 09f1ac4) Signed-off-by: Abhijeet Kasurde <[email protected]>
1 parent 34458fb commit 6a5b9c1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- config - use correct key value for inject_invocation setting (https://github.com/ansible/ansible/issues/86999).

lib/ansible/config/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ INJECT_INVOCATION:
16771677
env:
16781678
- name: ANSIBLE_INJECT_INVOCATION
16791679
ini:
1680-
- key: interpreter_python
1680+
- key: inject_invocation
16811681
section: defaults
16821682
vars:
16831683
- name: ansible_inject_invocation

0 commit comments

Comments
 (0)