Skip to content

Commit 2e3db8a

Browse files
author
Christopher M. Neill
committed
more of a stash, really
1 parent 064fa0d commit 2e3db8a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ansible/roles/loggly/tasks/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
group=ubuntu
2828
mode=0755
2929

30+
- name: remove file monitor config
31+
tags: loggly
32+
sudo: yes
33+
file:
34+
dest=/etc/rsyslog.d/21-filemonitoring-{{ name }}.conf
35+
state=absent
36+
3037
- name: copy app config
3138
tags: loggly
3239
sudo: yes

0 commit comments

Comments
 (0)