ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Fix OIDC typo #149

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

oidc module has no state param.

Example in oidc.py is updated with copy-paste friendly values. Example in examples/ is update to be runnable with -e. E.g. with ansible-playbook -e oidc_client_id=my_id ... you can directly setup a valid configuration.