Remove per-host pvc.yml for good

This commit is contained in:
Joshua Boniface 2019-06-18 13:07:46 -04:00
parent 39a21477b6
commit 9c2afcae54
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@
# Install PVC daemon
- include: pvc/main.yml
tags: pvc-daemon
# run_once: true
# delegate_to: "{{ play_host }}"
# with_items: "{{ play_hosts }}"
# loop_control:
# loop_var: play_host
- name: restart server on first install
shell: 'sleep 3 && shutdown -r now "Ansible updates triggered"'