homelab/ansible/molecule/default/prepare.yml

10 lines
175 B
YAML
Raw Normal View History

2022-11-29 20:23:44 +00:00
---
2022-10-30 17:18:58 +00:00
- hosts: all
remote_user: root
become: true
gather_facts: false
tasks:
- name: Init pacman
2022-11-29 20:23:44 +00:00
ansible.builtin.include_role:
2022-10-30 17:18:58 +00:00
name: ansible_bootstrap