Skip to content
Snippets Groups Projects
Commit 65b8df87 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent f1d0b5ce
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
- name: Restart Uptime
service:
name='node-uptime'
state='restarted'
name: node-uptime
state: restarted
......@@ -59,7 +59,7 @@
args:
chdir: /var/www/uptime
with_items: '{{ patch_list.stdout_lines }}'
ignore_errors: True
ignore_errors: yes
notify:
- "Restart Uptime"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment