Skip to content

Commit cc4311d

Browse files
vbotkaalessfg
authored andcommitted
Configure min_ansible_version (#201)
1 parent f56855b commit cc4311d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ This role installs NGINX Open Source, NGINX Plus, the NGINX Amplify agent, the N
1111
Requirements
1212
------------
1313

14-
This role was developed using Ansible 2.4.0.0. Backwards compatibility is not guaranteed.
14+
**Ansible**
15+
16+
This role was developed and tested with [maintained](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#release-status) versions of
17+
Ansible. Backwards compatibility is not guaranteed.
18+
19+
**Ansible Galaxy**
1520

1621
Use `ansible-galaxy install nginxinc.nginx` to install the role on your system.
1722

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77

88
license: Apache License, Version 2.0
99

10-
min_ansible_version: 2.4.0.0
10+
min_ansible_version: 2.7
1111

1212
platforms:
1313
- name: Alpine

0 commit comments

Comments
 (0)