Deletion of simple quotes preventing the task to be correctly executed
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jérémy Dubois 2020-10-26 16:39:43 +01:00
parent c54d0decb8
commit 381aa50e37
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- name: Fetch root crontab content
command: >
'grep "/bin/sh /usr/share/scripts/motd-carp-state.sh" /var/cron/tabs/root'
grep "/bin/sh /usr/share/scripts/motd-carp-state.sh" /var/cron/tabs/root
check_mode: false
register: root_crontab_content
failed_when: false