Add Python bootstrap to site_maintenance, snapshot_pre — windows_patch skipped (WinRM)

This commit is contained in:
Semaphore
2026-03-11 10:39:44 -07:00
parent 4e7a78810a
commit db3c849811
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
---
- name: Bootstrap — ensure Python is available
hosts: all
gather_facts: false
tasks:
- ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml
- name: Pre-patch snapshot
hosts: all
gather_facts: true