Änderungen bei tvd und db1913

This commit is contained in:
aschwarz
2022-11-22 06:16:15 +01:00
parent 929fb55cc8
commit c5237f75e6
5 changed files with 18 additions and 10 deletions

Binary file not shown.

View File

@ -14,9 +14,9 @@
msg: "Abbruch, da Direchtory vorhanden auf Host {{ ansible_fqdn }}"
when: out.stat.exists == true
#- name: directory exists ending play
# meta: end_host
# when: out.stat.exists == true
- name: directory exists ending play
meta: end_host
when: out.stat.exists == true
- name: Run orachk with option nordbms
@ -41,10 +41,6 @@
meta: end_host
when: orachk_output.stdout.find("FAIL") != -1
- name: directory exists ending play
meta: end_host
when: out.stat.exists == true
- name: Ensure free space on disk is more than 7.2 GB
assert:
that: item.size_available > 7200000000