Skip to content

Commit 268a6c6

Browse files
author
Christopher M. Neill
committed
noop
1 parent 2128387 commit 268a6c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/loggly/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010

1111
- name: create runnable bin directory
1212
tags: loggly
13+
sudo: yes
1314
file:
1415
path=/opt/runnable/bin
1516
state=directory
1617
mode=0755
18+
owner=ubuntu
19+
group=ubuntu
1720

1821
- name: copy rotate util script
1922
tags: loggly

0 commit comments

Comments
 (0)