diff --git a/playbooks/init-credentials.yml b/playbooks/init-credentials.yml
index a7b005d6d4015869f1bd670119e57ca0fc6180f1..750dbe89ca22d13fd34af426e6dba6c85825fa28 100644
--- a/playbooks/init-credentials.yml
+++ b/playbooks/init-credentials.yml
@@ -12,6 +12,7 @@
 
 - hosts: localhost
   gather_facts: no
+  become: no
   tasks:
     # Create the paths below credentials_dir that we're going to use.
     - name: "Create paths below {{ credentials_dir }}"
@@ -19,9 +20,10 @@
         path: "{{ credentials_dir }}/{{ item }}"
         state: directory
       with_items:
+        - dkim
+        - dnssec
         - ssh
         - sso
-        - vars
         - x509
 
     # First of all, generate secrets from the passwords.yml file.