We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a6cb3 commit e2ae454Copy full SHA for e2ae454
defaults/main.yml
@@ -1,2 +1,5 @@
1
---
2
+# file: primogen/defaults/main.yml
3
+#
4
# defaults file
5
handlers/main.yml
+# file: primogen/handlers/main.yml
# handlers file
meta/main.yml
@@ -1,4 +1,8 @@
+# file: primogen/meta/main.yml
+# meta file
6
galaxy_info:
7
author: First Last
8
description: Template role.
tasks/main.yml
@@ -1,5 +1,8 @@
+# file: primogen/tasks/main.yml
# tasks file
- debug: >
msg="invoked"
0 commit comments