Add rsyslog on tests

pull/44/head
Emilien Mantel 2021-09-02 14:26:10 +02:00
parent b2c6c5030f
commit a2a656b6cb
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@
update_cache: true
cache_valid_time: 3600
vars:
p: ['ca-certificates', 'curl', 'strace', 'vim']
p: ['ca-certificates', 'curl', 'strace', 'rsyslog', 'vim']
- name: SERVICE | Ensure rsyslog is started
service:
name: rsyslog
state: started
- hosts: master
roles: