Update main.yml
This commit is contained in:
parent
fef41fab28
commit
75e6c55aa2
1 changed files with 18 additions and 0 deletions
|
@ -2,3 +2,21 @@
|
|||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
app: "oracle"
|
||||
|
||||
- block:
|
||||
- pause:
|
||||
prompt: "Please check whether oracle all functions are normal, oracle self and oracle em"
|
||||
echo: no
|
||||
- name: Output oracle version
|
||||
shell: |
|
||||
wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh
|
||||
bash /tmp/containers_version.sh
|
||||
rm -f /tmp/containers_version.sh
|
||||
sleep 20s
|
||||
- name: Delete contains and images resources
|
||||
shell: |
|
||||
docker compose down -v
|
||||
docker system prune --all --force
|
||||
args:
|
||||
chdir: /data/apps/oracle
|
||||
when: compose_up
|
||||
|
|
Loading…
Add table
Reference in a new issue