Skip to content

Commit 33eab7f

Browse files
Turn fact gathering on
ansible_fqdn variable requires facts to be set in ansible to work
1 parent 6eb655f commit 33eab7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible-setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- hosts: localhost
33
name: Setup localhost
4-
gather_facts: false
4+
gather_facts: true
55
tasks:
66
- name: Install pre-req packages
77
ansible.builtin.apt:

0 commit comments

Comments
 (0)