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 @@ ...@@ -99,7 +99,7 @@
append: yes append: yes
tags: tags:
- Config - 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 ignore_errors: yes
notify: notify:
- Restart td-agent - Restart td-agent
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
append: yes append: yes
tags: tags:
- Config - 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 ignore_errors: yes
notify: notify:
- Restart td-agent - Restart td-agent
#!/usr/bin/env python #!/usr/bin/env python3
""" """
Create an Alerta alert Create an Alerta alert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment