Skip to content

Commit 4407431

Browse files
authored
Unnecessary gather_facts set to false in configure_aap.yml (#1205)
* gather_facts: false * add changelog * fix changelog category
1 parent 655510b commit 4407431

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- Unnecessary gather_facts set to false in configure_aap.yml
4+
...

playbooks/configure_aap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- name: Playbook to configure ansible controller post installation
33
hosts: localhost
44
connection: local
5+
gather_facts: false
56
tasks:
67
- name: Include vars from configs directory
78
ansible.builtin.include_vars:

0 commit comments

Comments
 (0)