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
|
2018-12-02 20:02:00 +00:00
|
|
|
gather_facts: no
|
|
|
|
roles:
|
|
|
|
- ansible_bootstrap
|