Skip to content

Commit

Permalink
Bumped minimum Ansible version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Aug 9, 2024
1 parent 9f8d996 commit 208fd7b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: first_steps
version: 1.0.7
version: 1.0.8
readme: README.md
authors:
- Jim Tarpley
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
2 changes: 1 addition & 1 deletion roles/debian/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.debian
Version: 1.0.7
Version: 1.0.8

This role performs first steps on a freshly installed Debian system.

Expand Down
2 changes: 1 addition & 1 deletion roles/debian/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:

license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down
2 changes: 1 addition & 1 deletion roles/rhel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.rhel
Version: 1.0.7
Version: 1.0.8

This role performs first steps on a freshly installed RHEL-based system.

Expand Down
2 changes: 1 addition & 1 deletion roles/rhel/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:

license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: EL
Expand Down
2 changes: 1 addition & 1 deletion roles/ubuntu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.ubuntu
Version: 1.0.7
Version: 1.0.8

This role performs first steps on a freshly installed Ubuntu system.

Expand Down
2 changes: 1 addition & 1 deletion roles/ubuntu/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:

license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Ubuntu
Expand Down

0 comments on commit 208fd7b

Please sign in to comment.