Configure min_ansible_version (#201)
This commit is contained in:
parent
f56855bd16
commit
cc4311dd05
@ -11,7 +11,12 @@ This role installs NGINX Open Source, NGINX Plus, the NGINX Amplify agent, the N
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
This role was developed using Ansible 2.4.0.0. Backwards compatibility is not guaranteed.
|
**Ansible**
|
||||||
|
|
||||||
|
This role was developed and tested with [maintained](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#release-status) versions of
|
||||||
|
Ansible. Backwards compatibility is not guaranteed.
|
||||||
|
|
||||||
|
**Ansible Galaxy**
|
||||||
|
|
||||||
Use `ansible-galaxy install nginxinc.nginx` to install the role on your system.
|
Use `ansible-galaxy install nginxinc.nginx` to install the role on your system.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ galaxy_info:
|
|||||||
|
|
||||||
license: Apache License, Version 2.0
|
license: Apache License, Version 2.0
|
||||||
|
|
||||||
min_ansible_version: 2.4.0.0
|
min_ansible_version: 2.7
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: Alpine
|
- name: Alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user