Added set_fact

This commit is contained in:
2026-03-11 16:30:39 -07:00
parent 153502fe86
commit 843340496d

View File

@@ -2,12 +2,14 @@
- name: Bootstrap — ensure Python is available
hosts: linux_hosts
gather_facts: false
set_fact: true
tasks:
- ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml
- name: Linux patching
hosts: linux_hosts
gather_facts: true
set_fact: true
roles:
- snapshot
- preflight