Leave systems that work for now
This commit is contained in:
parent
a8a41dfc91
commit
ad499e949f
|
@ -43,15 +43,15 @@ platforms:
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
|
||||||
- name: archlinux
|
# - name: archlinux
|
||||||
image: archlinux:latest
|
# image: archlinux:latest
|
||||||
command: /usr/sbin/init
|
# command: /usr/sbin/init
|
||||||
privileged: true
|
# privileged: true
|
||||||
volumes:
|
# volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
tmpfs:
|
# tmpfs:
|
||||||
- /run
|
# - /run
|
||||||
- /tmp
|
# - /tmp
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
- name: prepare
|
|
||||||
hosts: archlinux
|
|
||||||
tasks:
|
|
||||||
- package:
|
|
||||||
name: python
|
|
||||||
update_cache: true
|
|
Loading…
Reference in New Issue