From 0d9795ce27485bd843944a096beaa397d49e1558 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 b7ae77f..ecdfd41 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,7 +11,7 @@ apt_repository: repo='deb http://ppa.launchpad.net/webupd8team/java/ubuntu {{ ansible_distribution_release }} main' state='present' - mode=644 + mode='644' - name: "Accept License" shell: '{{ item }}' -- GitLab