system/molecule/default/prepare.yml
vincent 35e5b08949
Some checks failed
continuous-integration/drone/push Build is failing
test with molecule
2022-10-09 19:43:15 +02:00

13 lines
258 B
YAML

- hosts: archlinux
remote_user: vagrant
become: true
gather_facts: true
tasks:
- name: Init pacman
ansible.builtin.raw: |
pacman-key --init
pacman-key --populate archlinux
changed_when: false
failed_when: false