You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
371 B
13 lines
371 B
- hosts: all
|
|
tasks:
|
|
- name: install sleepwatcher
|
|
homebrew_cask: name=sleepwatcher state=installed
|
|
|
|
- name: install smcfancontrol
|
|
homebrew_cask: name=smcfancontrol state=installed
|
|
|
|
# TODO Install launchd scripts, etc. for sleepwatcher
|
|
|
|
- name: link ~/.wakeup
|
|
file: src=~/.dotfiles/scripts/kill_imac_hdd_fan.rb dest=~/.wakeup state=link
|