Skip to content

playbooks: Added Initial Ansible Playbooks #383

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chaitanya1731
Copy link
Contributor

Signed-off-by: Chaitanya Kulkarni chaitanya.kulkarni@intel.com

@chaitanya1731 chaitanya1731 force-pushed the automation branch 2 times, most recently from 0240549 to b59d786 Compare May 2, 2025 19:40
- name: Invalid Validation Feature Input
fail:
msg: "Invalid input for validation feature. Please enter a valid option (1-4)."
when: validation_feature not in ["1", "2", "3", "4"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Can user input something like 1,2 to test 1 and 2?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now I have only added 1 or 2 not "and". I will check how we can add 'and'

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
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