Skip to content

oracle_tablespaces seems to dislike OMF #2

@ZeFrenchBibster

Description

@ZeFrenchBibster

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions