We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655510b commit 4407431Copy full SHA for 4407431
changelogs/fragments/gather_face_false.yml
@@ -0,0 +1,4 @@
1
+---
2
+bugfixes:
3
+ - Unnecessary gather_facts set to false in configure_aap.yml
4
+...
playbooks/configure_aap.yml
@@ -2,6 +2,7 @@
- name: Playbook to configure ansible controller post installation
hosts: localhost
connection: local
5
+ gather_facts: false
6
tasks:
7
- name: Include vars from configs directory
8
ansible.builtin.include_vars:
0 commit comments