fix conditionals for hwpstate.

This commit is contained in:
Tom Alexander
2022-10-15 20:39:59 -04:00
parent ece2ac4920
commit c45e4cc3fa
4 changed files with 3 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
- name: restart ntpdate
service:
name: ntpdate
state: restarted

View File

@@ -1,5 +1,4 @@
- name: Install Configuration
notify: restart ntpdate
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"