add ability to log to file, update to v2.28.1 and fix 'first upgrade' issue
This commit is contained in:
@@ -9,15 +9,6 @@
|
||||
maximal_ansible_version: 2.17.0
|
||||
tags: always
|
||||
tasks:
|
||||
# - name: "Check {{ minimal_ansible_version }} <= Ansible version < {{ maximal_ansible_version }}"
|
||||
# assert:
|
||||
# msg: "Ansible must be between {{ minimal_ansible_version }} and {{ maximal_ansible_version }} exclusive - you have {{ ansible_version.string }}"
|
||||
# that:
|
||||
# - ansible_version.string is version(minimal_ansible_version, ">=")
|
||||
# - ansible_version.string is version(maximal_ansible_version, "<")
|
||||
# tags:
|
||||
# - check
|
||||
|
||||
- name: "Check that python netaddr is installed"
|
||||
assert:
|
||||
msg: "Python netaddr is not present"
|
||||
|
||||
Reference in New Issue
Block a user