Browse Source

Manage users playbooks requires sudo to work

Till Klocke 9 years ago
parent
commit
eb8f99a23f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/manage-users.yml

+ 1 - 0
playbooks/manage-users.yml

@@ -1,4 +1,5 @@
 ---
 ---
 - hosts: all
 - hosts: all
+  sudo: true
   roles:
   roles:
   - usermanage
   - usermanage