fix yamllint errors

This commit is contained in:
2022-08-31 10:29:07 +07:00
parent a90af00f5a
commit f9c16ebd0f
5 changed files with 10 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
hosts: all
gather_facts: false
tasks:
- name: ensure vector service started
- name: Ensure vector service started
ansible.builtin.service:
name: vector
state: started

View File

@@ -1,4 +1,3 @@
---
- name: Converge
hosts: all

View File

@@ -3,7 +3,7 @@
hosts: all
gather_facts: false
tasks:
- name: ensure vector service started
- name: Ensure vector service started
ansible.builtin.service:
name: vector
state: started