--- - name: Set dock tilesize community.general.osx_defaults: domain: com.apple.dock key: tilesize type: int value: 36 state: present - name: Set dock orientation community.general.osx_defaults: domain: com.apple.dock key: orientation type: string value: left state: present - name: Disable recents in dock community.general.osx_defaults: domain: com.apple.dock key: show-recents type: bool value: false state: present - name: Remove all apps from dock community.general.osx_defaults: domain: com.apple.dock key: persistent-apps type: array value: [] state: present