remove arch keyring install

This commit is contained in:
vincent 2021-07-19 22:27:31 +02:00
parent 2fb23e1f86
commit 12f1559ac6

View File

@ -1,9 +1,5 @@
---
- hosts: all
pre_tasks:
- name: "install python and archlinux-keyring"
raw: pacman -Sy python archlinux-keyring --noconfirm
when: not debian.stdout
gather_facts: false
roles:
- ansible_bootstrap