Fix script to be executable

This commit is contained in:
Kevin Fenzi 2015-04-27 18:25:55 +00:00
parent 7d6e181801
commit 3b67f74b90

View file

@ -93,6 +93,7 @@
copy: > copy: >
src=fasdb-cleanup-sessions src=fasdb-cleanup-sessions
dest=/usr/local/bin/fasdb-cleanup-sessions dest=/usr/local/bin/fasdb-cleanup-sessions
mode=755
when: inventory_hostname.startswith('db-fas01') when: inventory_hostname.startswith('db-fas01')
tags: tags:
- cron - cron