diff --git a/defaults/main.yml b/defaults/main.yml
index dd16570a6ba621615521ec3042f1b243ce86d2f1..b158d537c00bfdce958f50b47b98cc45fa52b2ae 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -1 +1,3 @@
+---
+
 users: []
diff --git a/meta/main.yml b/meta/main.yml
index f89da5feaddb7b22d23662753e95e2ce57b2cd02..16a75bebcd286f448989619c8635138cfb875816 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -1,16 +1,16 @@
 ---
 galaxy_info:
-  author: "jurgenhaas"
-  company: "PARAGON Executive Services GmbH"
+  author: jurgenhaas
+  company: PARAGON Executive Services GmbH
   min_ansible_version: 1.4
   platforms:
-   - name: Ubuntu
-     versions:
-      - precise
-      - quantal
-      - raring
-      - saucy
+    - name: Ubuntu
+      versions:
+        - precise
+        - quantal
+        - raring
+        - saucy
   categories:
-   - development
+    - development
 
 dependencies: []
diff --git a/tasks/main.yml b/tasks/main.yml
index cc11882a1794ef177da01e73d8fe41ce401027b6..bca0b461cad4b7324a04291ddbe57c70e21a0e8f 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -5,8 +5,9 @@
 ---
 # file: main.yml
 
-- name: Check requirements: is the user hash defined
-  local_action: shell echo "There are no users defined"
+- name: Check requirement if the user hash is defined
+  shell: echo "There are no users defined"
+  delegate_to: localhost
   when: not users
   changed_when: no
   failed_when: not users