Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelogs/fragments/gather_face_false.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- Unnecessary gather_facts set to false in configure_aap.yml
...
1 change: 1 addition & 0 deletions playbooks/configure_aap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Playbook to configure ansible controller post installation
hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Include vars from configs directory
ansible.builtin.include_vars:
Expand Down