Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
80477a58e3 Merge 52fee9ad4e into 029eba6102 2024-02-19 02:35:50 +00:00

View File

@@ -1,13 +1,4 @@
---
- name: Pre tasks
hosts: all
pre_tasks:
- name: Verify Ansible is version 2.11 or above. (If this fails you may need to update Ansible)
assert:
that: "ansible_version.full is version_compare('2.11', '>=')"
msg: >
"Ansible is out of date. See here for more info: https://docs.technotim.live/posts/ansible-automation/"
- name: Prepare Proxmox cluster
hosts: proxmox
gather_facts: true