Add changed_when for shell cmd
All checks were successful
Lint / Lint (3.10) (push) Successful in 28s
Lint / Lint (3.11) (push) Successful in 26s

This commit is contained in:
Ariejan de Vroom 2024-06-07 10:28:28 +02:00
parent 423e3a4d41
commit c850581439
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ packages:
- openvpn - openvpn
- pipewire - pipewire
- pipewire-pulse - pipewire-pulse
- rbw
- rsync - rsync
- screen - screen
- sudo - sudo

View File

@ -1,3 +1,4 @@
--- ---
- name: Apply dconf settings - name: Apply dconf settings
ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf
changed_when: true