mirror of https://github.com/ansible/ansible.git
Add productType property as an ansible fact (#41139)
* Add productType property as an ansible fact Suggest to add productType property from win32_operatingsystem CIM instance to differentiate between versions and add new fact. * update code to display human-readable string Commit added in response to nizmahone's suggestion to add humane-readable strings to the display. uses switch statement to evaluate and update $ansible_facts hash table with proper information * remove string conversion, modify switch default Adjusts line 202 to remove .String() conversion from uInt32. Adjusts switch test values to integers Uses switch default clause to handle null values * formatting fixed formatting issues, moved product_type into variable. adjust ansible_fact hash table key to be consistent with the rest of the code. * Moved product type within distributionpull/41948/head
parent
abfcc35e6f
commit
57ea4cafff
Loading…
Reference in New Issue