Skip to content

Commit

Permalink
Corrected linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Garza committed Feb 23, 2024
1 parent 7cd94c3 commit de8dd57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions site.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
- hosts: all
- name: Pre tasks
hosts: all
pre_tasks:
- name: Verify Ansible is version 2.11 or above.
- 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: >
"Your version of Ansible is out of date. Please follow this link to install the latest version: https://docs.technotim.live/posts/ansible-automation/#installing-the-latest-version-of-ansible"
"Ansible is out of date. See here for more info: https://docs.technotim.live/posts/ansible-automation/"
- name: Prepare Proxmox cluster
hosts: proxmox
Expand Down

0 comments on commit de8dd57

Please sign in to comment.