mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 14:32:34 +03:00
set example config, add molecule verify assertion
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Example assertion
|
||||
ansible.builtin.assert:
|
||||
that: true
|
||||
- name: ensure vector service started
|
||||
ansible.builtin.service:
|
||||
name: vector
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user