diff options
Diffstat (limited to 'docker/services/cinder-api.yaml')
-rw-r--r-- | docker/services/cinder-api.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/services/cinder-api.yaml b/docker/services/cinder-api.yaml index 900131c9..519b2328 100644 --- a/docker/services/cinder-api.yaml +++ b/docker/services/cinder-api.yaml @@ -184,3 +184,7 @@ outputs: - name: Stop and disable cinder_api service tags: step2 service: name=httpd state=stopped enabled=no + - name: remove old cinder cron jobs + file: + path: /var/spool/cron/cinder + state: absent |