mirror of https://github.com/ansible/ansible.git
Supply 'dev' keyword for linux network facts discovery (#77793)
This avoids incorrect results when the device name conflicts with another 'ip' keyword. For example, if the device name is 'primary'. Closes #77792pull/77876/head
parent
400475acc0
commit
0f882d010f
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- facts - fix IP address discovery for specific interface names (https://github.com/ansible/ansible/issues/77792).
|
||||
Loading…
Reference in New Issue