Skip to content

Commit 273e82f

Browse files
committed
refactor: use ansible.posix 2.1.X for EL7 compatibility
The recently released ansible.posix 2.2.0 does not work on EL7. Pin the version of ansible.posix to 2.1.X. NOTE: Even though this role might not support EL7, this update is applied to all system roles for consistency. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 50a6408 commit 273e82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta/collection-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
---
33
collections:
44
- name: ansible.posix
5-
- name: fedora.linux_system_roles
5+
version: <2.2.0

0 commit comments

Comments
 (0)