chore: set base_install tag
All checks were successful
Deploy / Prepare Build (push) Successful in 38s

This commit is contained in:
2025-09-22 20:13:56 +10:00
parent 2280ce864c
commit c9703e6d0b

View File

@ -1,4 +1,12 @@
--- ---
- hosts: all
name: Configure all servers
tasks:
- name: Gather facts (always, even with tags)
ansible.builtin.setup:
tags: always
- name: Prepare all servers - name: Prepare all servers
hosts: all hosts: all
become: true become: true