forked from oravirt/ansible-oracle-modules
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
As we're using OFM all over the place, I run into the following issue:
when running this task for the second time, it breaks, because the original datafile, created at the initial run, is not in the list of 'wanted' datafilee, and then tries to delete it:
tasks:
- name: Create tablespace
ari_stark.ansible_oracle_modules.oracle_tablespace: hostname={{ hostname }} service_name={{ service_name }} user={{ user }} password={{ password }}
tablespace={{ tablespace_name }} content={{ content }} bigfile={{ bigfile }} state={{ state }} size={{ size }}
May it should 'detect' OMF and ignore the datafiles bit? (My table spaces get new datafilee whenever the Cloud control sees they reach 85%, so I won't use Ansible to 'add datafiles')
Kins regards,
P.
Metadata
Metadata
Assignees
Labels
No labels