diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-06 09:34:19 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-06 09:34:35 +0200 |
commit | 10f587498eb84cf49fe861dae42211bc04ef55d8 (patch) | |
tree | 5d574ca5df263c569b996092918c86742482e19d /ansible/roles/lxc-host | |
parent | 74d9417aa347110401b4a8984bce0cb0266d3f91 (diff) | |
download | infra-10f587498eb84cf49fe861dae42211bc04ef55d8.tar.gz infra-10f587498eb84cf49fe861dae42211bc04ef55d8.tar.bz2 infra-10f587498eb84cf49fe861dae42211bc04ef55d8.tar.xz infra-10f587498eb84cf49fe861dae42211bc04ef55d8.zip |
lxc-host: Fixing ansible incompatibility.
Diffstat (limited to 'ansible/roles/lxc-host')
-rw-r--r-- | ansible/roles/lxc-host/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/lxc-host/tasks/main.yml b/ansible/roles/lxc-host/tasks/main.yml index 25ff8ce..117e41c 100644 --- a/ansible/roles/lxc-host/tasks/main.yml +++ b/ansible/roles/lxc-host/tasks/main.yml @@ -55,7 +55,6 @@ - tags: - lxc-host - lxc-host-containers - become: yes loop: "{{ lxc_host__containers | dict2items }}" loop_control: loop_var: item |