Syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e7cfb0ea69
commit
a13ca98b3a
1 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@
|
|||
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "Job started. You can watch the logs with:\noc -n mirrormanager logs -f job/{{job_name}}"
|
||||
msg: "Job started. You can watch the logs with: oc -n mirrormanager logs -f job/{{job_name}}"
|
||||
- debug:
|
||||
msg: "You can cancel it with:\noc -n mirrormanager delete job/{{job_name}}"
|
||||
msg: "You can cancel it with: oc -n mirrormanager delete job/{{job_name}}"
|
||||
- debug:
|
||||
msg: "When it's done, clean it up with:\noc -n mirrormanager delete job/{{job_name}}"
|
||||
msg: "When it's done, clean it up with: oc -n mirrormanager delete job/{{job_name}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue