From 6e7750566c4b3d17fb51c76ed87c89f3762aa377 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 24 Jan 2017 09:25:24 +0100 Subject: [PATCH] Update to Ansible 2.2.1.0 and adjust all file mode settings to provide them as strings --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b95e00e..c94a72e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -19,6 +19,6 @@ dest='/etc/ssl/td-agent/key.pem' owner='root' group='root' - mode=644 + mode='644' when: '"fluentd" not in excluded_roles' -- GitLab