yamllinter

This commit is contained in:
dspolleke 2021-04-12 13:49:12 +02:00 committed by Paul van Noort
parent 2574bb2952
commit 63659ca41e
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ configure_terminal: false
configure_osx: true configure_osx: true
configure_dock: [] configure_dock: []
configure_dock: True configure_dock: true
dockitems_to_remove: dockitems_to_remove:
- Launchpad - Launchpad
- Safari - Safari

View file

@ -6,9 +6,9 @@
changed_when: false changed_when: false
failed_when: '"No such file or directory" in dockitem_exists.stdout' failed_when: '"No such file or directory" in dockitem_exists.stdout'
tags: ['dock'] tags: ['dock']
- name: Ensure unwanted dock items removed. - name: Ensure unwanted dock items removed.
ansible.builtin.command: ansible.builtin.command:
cmd: dockutil --remove '{{ item }}' cmd: dockutil --remove '{{ item }}'
when: dockitem_exists.rc == 0 when: dockitem_exists.rc == 0
tags: ['dock'] tags: ['dock']