Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Issue #112: Fix syntax bug introduced in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 18, 2019
1 parent 665ef17 commit 8aa845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/leds-gpio/tasks/led-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
shell: "/usr/bin/led-log-monitor &"
async: 45
poll: 0
when: 'led-log-monitor' not in led_monitor_check.stdout
when: "'led-log-monitor' not in led_monitor_check.stdout"

- name: Add a cron job to automatically start the log monitor after reboot.
cron:
Expand Down

0 comments on commit 8aa845f

Please sign in to comment.