mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fixing some yamllint issues (#42775)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
- name: {{ role_name }} playbook to deprovision the application
|
- name: "{{ role_name }} playbook to deprovision the application"
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
connection: local
|
connection: local
|
||||||
vars:
|
vars:
|
||||||
apb_action: deprovision
|
apb_action: deprovision
|
||||||
roles:
|
roles:
|
||||||
- role: {{ role_name }}
|
- role: {{ role_name }}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- name: {{ role_name }} playbook to provision the application
|
- name: "{{ role_name }} playbook to provision the application"
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
connection: local
|
connection: local
|
||||||
vars:
|
vars:
|
||||||
apb_action: provision
|
apb_action: provision
|
||||||
roles:
|
roles:
|
||||||
- role: {{ role_name }}
|
- role: {{ role_name }}
|
||||||
|
|||||||
@@ -5,4 +5,3 @@
|
|||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# Add tasks and assertions for testing the service here.
|
# Add tasks and assertions for testing the service here.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
# vars file for {{ role_name }}
|
# vars file for {{ role_name }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
# defaults file for {{ role_name }}
|
# defaults file for {{ role_name }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
# tasks file for {{ role_name }}
|
# tasks file for {{ role_name }}
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,3 @@
|
|||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# Add tasks and assertions for testing the service here.
|
# Add tasks and assertions for testing the service here.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
# vars file for {{ role_name }}
|
# vars file for {{ role_name }}
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,6 @@ galaxy_info:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||||
# if you add dependencies to this list.
|
# if you add dependencies to this list.
|
||||||
{%- for dependency in dependencies %}
|
{% for dependency in dependencies %}
|
||||||
#- {{ dependency }}
|
#- {{ dependency }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user