Alias ansible_model to ansible_product_name for Darwin. Fixes #52233 (#52242)

This commit is contained in:
Matt Martz
2019-02-18 04:22:44 -06:00
committed by John R Barker
parent 49ea68ca63
commit 9f82f3fd14
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- facts - Alias ``ansible_model`` to ``ansible_product_name`` to more closely match other OSes
(https://github.com/ansible/ansible/issues/52233)