Allow the usage of local facts

Ansible could be used with local facts, but we don't create
the ansible local facts folder by default.

This makes possible to use local facts, with no downside.

Change-Id: I258874f8113e2a678b46cd1a9746490f673119b2
This commit is contained in:
Jean-Philippe Evrard 2017-03-31 11:12:43 +00:00
parent 67c35f0f89
commit 2076dfddf4
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@
tags:
- openstack_hosts-install
- name: Allow the usage of local facts
file:
path: /etc/ansible/facts.d/
state: directory
tags:
- openstack_hosts-install
- include: openstack_sysstat.yml
tags:
- openstack_hosts-install