ansible/bootstrap.yml

10 lines
225 B
YAML
Raw Normal View History

2018-12-02 20:02:00 +00:00
---
2019-04-09 14:34:35 +00:00
- hosts: all
2021-03-21 11:45:52 +00:00
pre_tasks:
- name: "install python and archlinux-keyring"
raw: pacman -Sy python archlinux-keyring --noconfirm
when: not debian.stdout
2021-04-22 07:15:26 +00:00
gather_facts: false
2018-12-02 20:02:00 +00:00
roles:
2021-04-22 07:15:26 +00:00
- ansible_bootstrap