mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 14:32:34 +03:00
fix yamllint errors
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user