--- # ============================================================================= # playbooks/linux_patch.yml # Linux-only patch run. Snapshots should be taken separately via snapshot_pre.yml # before running this playbook, or use site_maintenance.yml for the full sequence. # ============================================================================= - name: Bootstrap — ensure Python is available hosts: linux_hosts gather_facts: false tasks: - ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml - name: Linux patching hosts: linux_hosts gather_facts: true roles: - preflight - linux_patch #- report