ansible/bootstrap.yml
2021-03-21 12:45:52 +01:00

10 lines
220 B
YAML

---
- hosts: all
pre_tasks:
- name: "install python and archlinux-keyring"
raw: pacman -Sy python archlinux-keyring --noconfirm
when: not debian.stdout
gather_facts: no
roles:
- ansible_bootstrap