Gather facts before running first role requiring them
The pip_install role is using variables requiring facts to be present. The best way to fix this issue is to gather_facts in the bootstrap-aio playbook. Change-Id: Idfbcf54faa90013d229b415463ce664dbda7f334 Closes-Bug: 1647481
This commit is contained in:
parent
dd8c9932f4
commit
ce60ac19d8
@ -15,6 +15,7 @@
|
||||
|
||||
- name: Bootstrap the All-In-One (AIO)
|
||||
hosts: localhost
|
||||
gather_facts: True
|
||||
user: root
|
||||
roles:
|
||||
- role: "sshd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user