Skip to content
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

support for defining the organization #887

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

przemkalit
Copy link
Contributor

What does this PR do?

Sometimes, it happens that an object does not have an organization set. When creating the export, it is marked as 'organizationless' or just given some text. However, if there is only one organization, we should be able to set a variable for this, so that every object can be matched to the defined organization

How should this be tested?

- name: Get objects
  hosts: all 
  roles:
    - role: infra.controller_configuration.filetree_create
      vars:
        organization: 'organization_name'

Is there a relevant Issue open for this?

N/A

Other Relevant info, PRs, etc

N/A

Copy link
Contributor

@ivarmu ivarmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adonisgarciac
Copy link
Contributor

LGTM

@djdanielsson djdanielsson merged commit 0c490f8 into redhat-cop:devel Aug 5, 2024
7 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants