]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/init/tasks/main.yml
Use check_mode for commands
[perso/Immae/Config/Ansible.git] / roles / init / tasks / main.yml
index edbd82022bf39a4d33f1bca157ac04a961f88068..ce56ec4f7104ce4f3781757b58291bba135de46b 100644 (file)
@@ -3,6 +3,7 @@
   shell: 'GNUPGHOME=$XDG_CONFIG_HOME/gnupg gpgconf --list-dirs socketdir | sed -e "s@$XDG_RUNTIME_DIR/gnupg/@@"'
   changed_when: false
   register: gnupg_runtime_dir_cmd
+  check_mode: no
 - name: Add pam_environment
   register: pam_environment
   template: