Skip to content

feat: Argument spec implementation for trustee server role - #40

Open
DonatSzabo wants to merge 1 commit into
linux-system-roles:mainfrom
DonatSzabo:argument_spec_implementation-dszabo
Open

feat: Argument spec implementation for trustee server role#40
DonatSzabo wants to merge 1 commit into
linux-system-roles:mainfrom
DonatSzabo:argument_spec_implementation-dszabo

Conversation

@DonatSzabo

Copy link
Copy Markdown

Enhancement: Added argument spec and assert role spec validation to the trustee server role. Also wrote tests for it found in tests/tests_invalid_input.

Reason: Because it is a good addition to the linux-system-roles project.

Result: Successfully added it and prepared tests for it. I used AI during this implementation.

Issue Tracker Tickets (Jira or BZ if any): linux-system-roles/postfix#206 https://redhat.atlassian.net/browse/RHELMISC-16008

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 43eabe74-11fa-4964-93f6-e432214ffe44


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

# ====================================================

- name: Run argument specs validation tests
when: ansible_version.full is version('2.10', '>=')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
when: ansible_version.full is version('2.10', '>=')
when: ansible_version.full is version('2.11', '>=')

@richm richm changed the title Argument spec implementation for trustee server role feat: Argument spec implementation for trustee server role Aug 27, 2026
@richm

richm commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

[citest]

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.

2 participants