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

ansible-playbooks/general#85 Linting

parent a4077f05
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
append: yes
tags:
- Config
when: "'gitlabserver' in groups and inventory_hostname in groups.gitlabserver"
when: groups and 'gitlabserver' in groups and inventory_hostname in groups.gitlabserver
ignore_errors: yes
notify:
- Restart td-agent
......@@ -111,7 +111,7 @@
append: yes
tags:
- Config
when: "'webserver' in groups and inventory_hostname in groups.webserver"
when: groups and 'webserver' in groups and inventory_hostname in groups.webserver
ignore_errors: yes
notify:
- Restart td-agent
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Create an Alerta alert
......
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