Leave systems that work for now
This commit is contained in:
parent
a8a41dfc91
commit
ad499e949f
|
@ -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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
- name: prepare
|
||||
hosts: archlinux
|
||||
tasks:
|
||||
- package:
|
||||
name: python
|
||||
update_cache: true
|
Loading…
Reference in New Issue