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

This commit is contained in:
Jérémy Dubois 2020-10-26 16:39:43 +01:00
parent c54d0decb8
commit 381aa50e37

View file

@ -9,7 +9,7 @@
- name: Fetch root crontab content - name: Fetch root crontab content
command: > 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 check_mode: false
register: root_crontab_content register: root_crontab_content
failed_when: false failed_when: false