2nd attempt

This commit is contained in:
2024-01-06 23:18:31 +13:00
parent e18983e5c1
commit b0cacec542

View File

@@ -1,7 +1,7 @@
{ {
"role_title": "My Awesome Role", "role_title": "My Awesome Role",
"role_name": "{{ cookiecutter.role_name | lower | replace(' ','_') }}", "role_name": "{{ cookiecutter.role_title | lower | replace(' ','_') }}",
"repo_name": "ansible-role-{{ cookiecutter.role_name }}", "repo_name": "ansible-role-{{ cookiecutter.role_title | lower | replace(' ','_') }}",
"branch_name": "main", "branch_name": "main",
"author": "Aaron Guise", "author": "Aaron Guise",
"short_description": "This role does amazing things", "short_description": "This role does amazing things",