diff --git a/oneshot/update-pvc-cluster.yml b/oneshot/update-pvc-cluster.yml index ab5ca32..d8f98f7 100644 --- a/oneshot/update-pvc-cluster.yml +++ b/oneshot/update-pvc-cluster.yml @@ -48,6 +48,13 @@ state: "absent" force: "yes" +- hosts: all + remote_user: deploy + become: yes + become_user: root + gather_facts: yes + serial: 1 + tasks: - name: check freshness command: /usr/sbin/needrestart -p register: freshness