You've already forked cookiecutter-ansible-role
2nd attempt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"role_title": "My Awesome Role",
|
||||
"role_name": "{{ cookiecutter.role_name | lower | replace(' ','_') }}",
|
||||
"repo_name": "ansible-role-{{ cookiecutter.role_name }}",
|
||||
"role_name": "{{ cookiecutter.role_title | lower | replace(' ','_') }}",
|
||||
"repo_name": "ansible-role-{{ cookiecutter.role_title | lower | replace(' ','_') }}",
|
||||
"branch_name": "main",
|
||||
"author": "Aaron Guise",
|
||||
"short_description": "This role does amazing things",
|
||||
|
||||
Reference in New Issue
Block a user