From bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 3 Apr 2019 23:53:04 +0900 Subject: gerbolyze fixes, clippy experiments --- setup_containers.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup_containers.yml') diff --git a/setup_containers.yml b/setup_containers.yml index dd0a5ca..4738f1e 100644 --- a/setup_containers.yml +++ b/setup_containers.yml @@ -4,14 +4,6 @@ name: btrfs-progs,arch-install-scripts,systemd-container,libselinux-python state: latest -- name: Create container dir - file: - path: /var/cache/containers - owner: root - group: root - mode: 0775 - state: directory - - name: Create individual containers include_tasks: bootstrap_arch_container.yml with_items: "{{ containers }}" -- cgit