Add tags to baremetal cron removal tasks

In 59e29b17f4a9f5f65b6f8a7b8e82ef6426d8a51 we forgot to
add tags to the Ansible tasks to remove the baremetal
cron jobs at step 2.

Change-Id: I23fb134b88336ebc4eb1a97a69a2d73d4ef0edb2
Related-bug: #1708466
This commit is contained in:
Dan Prince 2017-08-25 09:22:29 -04:00 committed by Jose Luis Franco Arza
parent cf14eff14b
commit 1128271b46
4 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,7 @@ outputs:
tags: step2
service: name=httpd state=stopped enabled=no
- name: remove old cinder cron jobs
tags: step2
file:
path: /var/spool/cron/cinder
state: absent

View File

@ -164,6 +164,7 @@ outputs:
ignore_errors: True
register: heat_api_enabled
- name: remove old heat cron jobs
tags: step2
file:
path: /var/spool/cron/heat
state: absent

View File

@ -209,6 +209,7 @@ outputs:
tags: step2
service: name=httpd state=stopped enabled=no
- name: remove old keystone cron jobs
tags: step2
file:
path: /var/spool/cron/keystone
state: absent

View File

@ -235,6 +235,7 @@ outputs:
tags: step2
service: name=openstack-nova-api state=stopped enabled=no
- name: remove old nova cron jobs
tags: step2
file:
path: /var/spool/cron/nova
state: absent