mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-15 14:12:10 +07:00
Add rsyslog on tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user