diff --git a/tasks/container_create.yml b/tasks/container_create.yml index 016aae7..c7ca249 100644 --- a/tasks/container_create.yml +++ b/tasks/container_create.yml @@ -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 +