Skip to content

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.
operatingsystem=dict(type='str', required=True),
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