make it possible to disable management of rsyslog

This commit is contained in:
Farhad Shahbazi
2016-10-27 08:51:19 +02:00
parent 0bcdf8395e
commit b20db82f41
2 changed files with 4 additions and 0 deletions

View File

@@ -33,7 +33,10 @@
- include: ntp.yml
- include: openssh.yml
- include: rsyslog.yml
when: common_rsyslog
tags: ['common', 'rsyslog']
- include: "{{ common_mailer }}.yml"
when: common_mailer != False