diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 0c232abe9..e652a06f6 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -287,10 +287,10 @@ service: name: radosgw state: restarted - when: ansible_os_family != 'RedHat' + when: is_sysvinit.stat.exists == True - - name: restart rados gateway server(s) + - name: restart ceph rgws with upstart service: name: ceph-radosgw state: restarted - when: ansible_os_family != 'RedHat' + when: is_upstart.stat.exists == True