Remove per-host pvc.yml for good

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent 83212f9084
commit bcce7f5445
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"'