Leave systems that work for now

This commit is contained in:
Paweł Krawczyk 2021-08-08 23:48:08 +01:00
parent a8a41dfc91
commit ad499e949f
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
2 changed files with 9 additions and 16 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
---
- name: prepare
hosts: archlinux
tasks:
- package:
name: python
update_cache: true