golden hour
/lib/python3.9/site-packages/ansible/galaxy/data/default/collection
⬆️ Go Up
Upload
File/Folder
Size
Actions
README.md.j2
96 B
Del
OK
docs
-
Del
OK
galaxy.yml.j2
444 B
Del
OK
meta
-
Del
OK
plugins
-
Del
OK
roles
-
Del
OK
Edit: galaxy.yml.j2
### REQUIRED {% for option in required_config %} {{ option.description | comment_ify }} {{ {option.key: option.value} | to_nice_yaml }} {% endfor %} ### OPTIONAL but strongly recommended {% for option in optional_config %} {{ option.description | comment_ify }} {% if option.key == 'manifest' %} {{ {option.key: option.value} | to_nice_yaml | comment_ify }} {% else %} {{ {option.key: option.value} | to_nice_yaml }} {% endif %} {% endfor %}
Save