Skip to content
Snippets Groups Projects
Commit 16a769af authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 65b8df87
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,13 @@
dest: /var/www/uptime
force: yes
notify:
- "Restart Uptime"
- Restart Uptime
- name: Install node components
npm:
path: /var/www/uptime
notify:
- "Restart Uptime"
- Restart Uptime
- name: Configure uptime
template:
......@@ -48,7 +48,7 @@
group: root
mode: 0644
notify:
- "Restart Uptime"
- Restart Uptime
- name: List Patches
shell: ls /var/www/uptime/patches -1
......@@ -61,6 +61,6 @@
with_items: '{{ patch_list.stdout_lines }}'
ignore_errors: yes
notify:
- "Restart Uptime"
- Restart Uptime
when: not excluded_roles or "uptime" not in excluded_roles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment