Merge "Fix the undercloud-heat-purge-deleted validation"

This commit is contained in:
Zuul 2018-11-12 20:51:17 +00:00 committed by Gerrit Code Review
commit 9cfc1f8394
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
tasks:
- name: Get heat crontab
become: true
shell: 'crontab -l -u heat | grep -v "^#"'
shell: 'docker exec $(docker ps -q --filter "name=heat" | head -1) crontab -l -u heat |grep -v "^#"'
register: cron_result
changed_when: False
- name: Check heat crontab