From f59aa7b807b33ebdd665896f24f37213e7575164 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Fri, 11 Dec 2015 13:26:26 -0800 Subject: [PATCH] Set lxc_container_backing_store fact on containers Set the lxc_container_backing_store fact on each container rather than the physical hosts. This helps ensure forward compatibility with Ansible 2, where this fact is currently being ignored when creating containers. Change-Id: Ib73dfccb86147706bf434e8ac214dd94092028cf Closes-Bug: #1519053 --- tasks/container_create.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/container_create.yml b/tasks/container_create.yml index bee77dfa..f9878a25 100644 --- a/tasks/container_create.yml +++ b/tasks/container_create.yml @@ -26,7 +26,6 @@ set_fact: lxc_container_backing_store: dir when: vg_result.rc != 0 - delegate_to: "{{ physical_host }}" tags: - lxc-container-vg-detect