We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636813b commit a55604aCopy full SHA for a55604a
1 file changed
galaxy.yml
@@ -11,8 +11,8 @@ description: >-
11
Additionally, this collection is used to install the
12
Icinga agent and roll out custom checks for every agent.
13
dependencies:
14
- t_systems_mms.icinga_director: "=>1.0.0,<=2.0.0"
15
- t_systems_mms.icinga_business_process: "=>1.0.0,<=2.0.0"
+ t_systems_mms.icinga_director: "*" # note: "*" selects the highest version available
+ t_systems_mms.icinga_business_process: "*" # note: "*" selects the highest version available
16
license:
17
- GPL-3.0-only
18
license_file: ''
0 commit comments