rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
330 stars 100 forks source link

Handle null values for ansible_distribution and ansible_os_name #323

Open sculliga opened 2 years ago

sculliga commented 2 years ago

Ansible made changes to their Windows setup module that sets these facts to null if the account connecting to a Windows node does not have administrative rights. The Rundeck Ansible plugin is not handling these null values properly.

Ansible Changes: Here The issue I submitted to Ansible where they explained the expected behavior: Here

This PR should fix #311