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: I063a8fc9e48514994e0dcf343359a1603d0588bc
This commit is contained in:
Jean-Philippe Evrard 2017-03-31 11:23:38 +00:00
parent eeabfbc042
commit 097da38126
1 changed files with 8 additions and 0 deletions

View File

@ -469,3 +469,11 @@
remote_user: root
tags:
- lxc_container_create-hostname
- name: Allow the usage of local facts
file:
path: /etc/ansible/facts.d/
state: directory
tags:
- lxc_container_create-install