mirror of https://github.com/ansible/ansible.git
Revert commits related to delegated facts changes (#70272)
* Revert "Fix storing delegate_to facts (#70231)" This reverts commitpull/70277/head88bb76f248
. * Revert "Fix storing local task_vars facts for the retry (#70171)" This reverts commiteaf6086eea
.
parent
2531d54880
commit
a3c1ea886f
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Fix ``delegate_facts: true`` when ``ansible_python_interpreter`` is not set. (https://github.com/ansible/ansible/issues/70168)"
|
@ -1,7 +0,0 @@
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- detect_interpreter:
|
||||
delegate_to: testhost3
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
@ -1,11 +0,0 @@
|
||||
- hosts: testhost
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- detect_interpreter:
|
||||
delegate_to: "{{ item }}"
|
||||
delegate_facts: yes
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
loop:
|
||||
- testhost3
|
||||
- testhost4
|
Loading…
Reference in New Issue