From a15bdef6aa2e53bc8628d288a8ca2ed1c135472c Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 23 Feb 2020 23:52:07 +0100 Subject: [PATCH] local facts security --- tasks/local_facts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/local_facts.yaml b/tasks/local_facts.yaml index 206666e..b3f7f64 100644 --- a/tasks/local_facts.yaml +++ b/tasks/local_facts.yaml @@ -9,6 +9,7 @@ copy: content: "{{_local_facts|to_json}}" dest: /etc/ansible/facts.d/{{role_name}}.fact + mode: 0600 register: _local_facts_set - name: Gathering Facts