diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 4b86051..00c8420 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -43,15 +43,15 @@ platforms: # volumes: # - /sys/fs/cgroup:/sys/fs/cgroup:ro - - name: archlinux - image: archlinux:latest - command: /usr/sbin/init - privileged: true - volumes: - - /sys/fs/cgroup:/sys/fs/cgroup:ro - tmpfs: - - /run - - /tmp + # - name: archlinux + # image: archlinux:latest + # command: /usr/sbin/init + # privileged: true + # volumes: + # - /sys/fs/cgroup:/sys/fs/cgroup:ro + # tmpfs: + # - /run + # - /tmp provisioner: name: ansible diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml deleted file mode 100644 index cc78500..0000000 --- a/molecule/default/prepare.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: prepare - hosts: archlinux - tasks: - - package: - name: python - update_cache: true \ No newline at end of file