diff --git a/tasks/lxc_install.yml b/tasks/lxc_install.yml index 79b04839..0f441fec 100644 --- a/tasks/lxc_install.yml +++ b/tasks/lxc_install.yml @@ -14,12 +14,14 @@ # limitations under the License. - include: lxc_install_apt.yml + static: no when: - ansible_pkg_mgr == 'apt' tags: - install-apt - include: lxc_install_yum.yml + static: no when: - ansible_pkg_mgr == 'yum' tags: