mirror of https://github.com/ansible/ansible.git
Fix AIX networks facts when nestat is either missing or has incorrect permissions (#72516)
* Added check for none on netstat_path variable * Added changelogpull/72545/head
parent
d451433e5d
commit
e879f12fb9
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fixed issue when `netstat` is either missing or doesn't have execution permissions leading to incorrect command being executed.
|
||||
Loading…
Reference in New Issue