diff --git a/jaeger.yaml b/jaeger.yaml index cafd7a0..0c58d20 100644 --- a/jaeger.yaml +++ b/jaeger.yaml @@ -1,7 +1,6 @@ --- - hosts: all become: true - gather_facts: true - gather_subset: network + gather_facts: false roles: - role: jaeger diff --git a/jspd.yaml b/jspd.yaml index faf4f25..7c4d407 100644 --- a/jspd.yaml +++ b/jspd.yaml @@ -1,7 +1,6 @@ --- - hosts: all become: true - gather_facts: true - gather_subset: network + gather_facts: false roles: - role: jspd