mdapi: revert delete old cronjob commit
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
edd58c7aad
commit
42eb606722
1 changed files with 0 additions and 19 deletions
|
@ -1,22 +1,3 @@
|
|||
- name: delete the old cronjob
|
||||
hosts: os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: first delete the job
|
||||
command: "oc -n mdapi delete job mdapi-1548256800"
|
||||
|
||||
- name: then delete the cronjob
|
||||
command: "oc -n mdapi delete cronjob mdapi"
|
||||
tags:
|
||||
- delete-cron
|
||||
|
||||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
user: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue