diff --git a/tasks/main.yml b/tasks/main.yml
index b7ae77f01d13fc2474515f7dafdef46129c3a49e..ecdfd410ff4a3eb70b0392af3620c531f12818f8 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 }}'