Skip to content

Fixes #27 #87

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: master
Choose a base branch
from

Conversation

paulcalabro
Copy link

  • Added params for the operating system major and minor version numbers. Together with the OS name, these determine an OS'uniqueness in Foreman and should probably do so here as well.
  • Sorted the module args.

1.) Added params for the operating system major and minor version numbers. Together with the OS name, these determine an OS'uniqueness in Foreman and should probably do so here as well.
2.) Sorted the module args.
config_template=dict(type='str', required=True),
template_kind=dict(type='str', required=True),
major=dict(type='int', required=True),
Copy link
Owner

Choose a reason for hiding this comment

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

Hui, required would make playbooks not passing the parameter invalid. Is it really necessary?

@Nosmoht
Copy link
Owner

Nosmoht commented Oct 8, 2018

Could people please test the change. As 2 new parameters are required, all playbooks not passing the parameter would be invalid and need change.

@paulcalabro thx for the fix ;)

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