Merge "Exclude 127.0.0.2 from logs collection as localhost"

This commit is contained in:
Zuul
2017-11-22 21:59:28 +00:00
committed by Gerrit Code Review

View File

@@ -1,7 +1,7 @@
---
- name: Collect logs
hosts: all:!localhost
hosts: all:!localhost:!127.0.0.2
roles:
- collect-logs