Update playbooks/linux_patch.yml
This commit is contained in:
@@ -2,14 +2,12 @@
|
|||||||
- name: Bootstrap — ensure Python is available
|
- name: Bootstrap — ensure Python is available
|
||||||
hosts: linux_hosts
|
hosts: linux_hosts
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
set_fact: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml
|
- ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml
|
||||||
|
|
||||||
- name: Linux patching
|
- name: Linux patching
|
||||||
hosts: linux_hosts
|
hosts: linux_hosts
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
set_fact: true
|
|
||||||
roles:
|
roles:
|
||||||
- snapshot
|
- snapshot
|
||||||
- preflight
|
- preflight
|
||||||
|
|||||||
Reference in New Issue
Block a user