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: # 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

View File

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