Skip to content

Commit 59f4ef9

Browse files
committed
refactor: use ansible.posix 2.1.X for EL7 compatibility [citest_skip]
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. Plus, when this role is part of the system roles collection, all roles must use the same version of ansible.posix - there is no way for a role which is part of a collection to use a different version of a dependency than the version used by the other roles. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent cd58ebb commit 59f4ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meta/collection-requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
---
33
collections:
44
- name: ansible.posix
5+
version: '>=2.1.0,<2.2.0'

0 commit comments

Comments
 (0)