Skip to content

Commit ece0cdc

Browse files
committed
exec-env file
1 parent f7df3b1 commit ece0cdc

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: check_point
99
name: mgmt
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 1.0.6
12+
version: 3.0.0
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md
@@ -18,6 +18,8 @@ readme: README.md
1818
# @nicks:irc/im.site#channel'
1919
authors:
2020
- Or Soffer <orso@checkpoint.com>
21+
- Shiran Golzar <shirango@checkpoint.com>
22+
- Eden Brillant <edenbr@checkpoint.com>
2123

2224

2325
### OPTIONAL but strongly recommended

meta/execution-environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
version: 1
3+
4+
build_arg_defaults:
5+
EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:latest'
6+
7+
dependencies:
8+
galaxy: requirements.yml

requirements.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
collections:
3+
- name: check_point.mgmt

0 commit comments

Comments
 (0)