Skip to content

Commit f73af34

Browse files
Merge pull request #23 from guidograzioli/amw_233_rhel_system_roles
Add fedora.linux_system_roles dependency
2 parents ed485c0 + 5b85305 commit f73af34

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ tags:
1717
- runtimes
1818
- middleware
1919
- a4mw
20-
dependencies: {}
20+
dependencies:
21+
"fedora.linux_system_roles": ">=1.75.3"
22+
"ansible.posix": ">=1.4.0"
2123
repository: https://github.com/ansible-middleware/common
2224
documentation: https://ansible-middleware.github.io/common
2325
homepage: https://github.com/ansible-middleware/common

meta/execution-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1
33
build_arg_defaults:
44
EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:stable-2.12-devel'
55
dependencies:
6+
galaxy: requirements.yml
67
python: requirements.txt
78
system: bindep.txt
89
additional_build_steps:

molecule/requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
collections:
33
- name: ansible.posix
4+
- name: fedora.linux_system_roles
45
- name: community.general
56
- name: community.docker
67
version: ">=1.9.1"

requirements.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
collections:
3+
- name: fedora.linux_system_roles
4+
- name: ansible.posix

0 commit comments

Comments
 (0)