Fix fact gathering when using tags

This commit is contained in:
Wojciech Kozlowski 2022-12-19 14:45:10 +01:00
parent f454d1d421
commit f656ad5e31

View File

@ -1,4 +1,9 @@
---
# Forces fact gathering. Otherwise, using a tag in a later playbook causes argument validation to
# fail in earlier ones.
- name: "ginnungagap"
hosts: "all"
- ansible.builtin.import_playbook: "playbooks/system.yml"
tags: "system"
- ansible.builtin.import_playbook: "playbooks/vpn.yml"