Add changed_when for shell cmd
This commit is contained in:
parent
423e3a4d41
commit
c850581439
|
@ -37,6 +37,7 @@ packages:
|
|||
- openvpn
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- rbw
|
||||
- rsync
|
||||
- screen
|
||||
- sudo
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: Apply dconf settings
|
||||
ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf
|
||||
changed_when: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user