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 @@ ...@@ -32,13 +32,13 @@
dest: /var/www/uptime dest: /var/www/uptime
force: yes force: yes
notify: notify:
- "Restart Uptime" - Restart Uptime
- name: Install node components - name: Install node components
npm: npm:
path: /var/www/uptime path: /var/www/uptime
notify: notify:
- "Restart Uptime" - Restart Uptime
- name: Configure uptime - name: Configure uptime
template: template:
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
group: root group: root
mode: 0644 mode: 0644
notify: notify:
- "Restart Uptime" - Restart Uptime
- name: List Patches - name: List Patches
shell: ls /var/www/uptime/patches -1 shell: ls /var/www/uptime/patches -1
...@@ -61,6 +61,6 @@ ...@@ -61,6 +61,6 @@
with_items: '{{ patch_list.stdout_lines }}' with_items: '{{ patch_list.stdout_lines }}'
ignore_errors: yes ignore_errors: yes
notify: notify:
- "Restart Uptime" - Restart Uptime
when: not excluded_roles or "uptime" not in excluded_roles 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.
Please register or to comment