-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oracle_tablespaces seems to dislike OMF #2
Comments
Update: All is delegated to localhost, as the oracle modules are not installed locally on all my DB-servers, but just on the ansible workers. {
|
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:
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.
The text was updated successfully, but these errors were encountered: