viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Ansible template/filter error in OCP deployer #141

Closed viccross closed 1 year ago

viccross commented 1 year ago

Error message generated in the definition of OCP guests. The number of CPs is used to calculate the CPU definition via a template, but because the value is defined as a string the template fails.

The int filter needs to be added to allow the template to do the hex conversion of the CPU count.