Project

General

Profile

« Previous | Next » 

Revision 02ea67ce

Added by Evgeni Golov over 1 year ago

Fixes #35658 - don't fail parsing Windows facts without os_name

When Ansible runs on Windows without Admin privileges, it will not
report `ansible_os_name` and `ansible_distribution` facts, as those
can't be read without being Admin. Don't fail to parse facts in this
case and fall back to a generic "Microsoft Windows" name.

  • added
  • modified
  • copied
  • renamed
  • deleted