Skip to content

Commit 3f47155

Browse files
author
Christopher M. Neill
committed
correct tagging for clean jobs
1 parent 4e4823b commit 3f47155

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/loggly/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
state=present
102102

103103
- name: runnable bin directory
104-
tags: loggly
104+
tags: [ loggly, clean ]
105105
become: true
106106
file:
107107
path=/opt/runnable/bin
@@ -111,7 +111,7 @@
111111
mode=0700
112112

113113
- name: copy log purge script
114-
tags: loggly
114+
tags: [ loggly, clean ]
115115
copy:
116116
src=purgeLogs.sh
117117
dest=/opt/runnable/bin/purgeLogs.sh
@@ -120,7 +120,7 @@
120120
mode=0700
121121

122122
- name: purge log files
123-
tags: loggly
123+
tags: [ loggly, clean ]
124124
become: true
125125
cron:
126126
name="purge log files"

0 commit comments

Comments
 (0)