yamllinter

This commit is contained in:
dspolleke 2021-04-12 13:49:12 +02:00
parent 299c9b7b69
commit 82979a7b30
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ configure_dotfiles: true
configure_terminal: true
configure_osx: true
configure_dock: True
configure_dock: true
dockitems_to_remove:
- Launchpad
- Safari

View File

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