blob: d7e4f7b68302c36ebc9f93f562f2bae33b1b3cb8 [file] [log] [blame]
Zack Williams709f11b2016-03-17 14:29:51 -07001---
2# file: roles/compute-prep/handlers/main.yml
3
4- name: run rc.local
5 command: /etc/rc.local
Zack Williamsc047c872017-01-11 08:38:15 -07006
7- name: update-ca-certifictes on compute node
8 command: update-ca-certificates
9