File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
src/ansible_creator/resources/collection_project
tests/fixtures/collection/testorg/testcol Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ authors:
12
12
13
13
description: your collection description
14
14
license_file: LICENSE
15
+
15
16
# TO-DO: update the tags based on your content type
16
17
tags: ["linux", "tools"]
17
- dependencies: {}
18
+
19
+ # TO-DO: maintain this list to reflect the collection's dependencies
20
+ dependencies:
21
+ "ansible.utils": "*" # note: "*" selects the latest version available
18
22
19
23
repository: http://example.com/repository
20
24
documentation: http://docs.example.com
Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ authors:
12
12
13
13
description : your collection description
14
14
license_file : LICENSE
15
+
15
16
# TO-DO: update the tags based on your content type
16
17
tags : ["linux", "tools"]
17
- dependencies : {}
18
+
19
+ # TO-DO: maintain this list to reflect the collection's dependencies
20
+ dependencies :
21
+ " ansible.utils " : " *" # note: "*" selects the latest version available
18
22
19
23
repository : http://example.com/repository
20
24
documentation : http://docs.example.com
You can’t perform that action at this time.
0 commit comments