rsmekala
rsmekala
@jmcgill298 Thanks for the contribution. Will cherry-pick required changes in my next PR.
@vincentbernat We will be going with `allow_agent` logic. A new option `allow_agent` would be added to the Device function. A more detailed view of the changes. **Option** `bool allow_agent` **Default**...
@vincentbernat @paravoid The functionality will be merged via #920. Can you please review the changes, and let us know if you have any additional requirements ??
@stacywsmith Can you please provide your input on the issue ??
Adding logs for reference: ### Using `get: protocols/bgp/group` ``` {'external-peers': {'groupFamilies': 'family', 'groupFamilyInet': 'any', 'groupName': 'external-peers', 'neighborName': ['10.10.10.2', '10.10.10.6', '10.10.10.10', '10.21.7.2']}} ``` ### Using `get: protocols/bgp/group/neighbor` `groupFamilyInet` and `groupFamilies` are...
@jhay317a When you use `get: protocols/bgp/group/neighbor` it doesn't return the details about `groupFamilies` or `groupFamilyInet`. So, the alternative is to use `get: protocols/bgp/group` and use `key` option get the result...
@davbeny Ok, This looks similar to the #408
>module output error while performing an upgrade (but it works) : Do you mean the Junos package on the target device gets upgraded but module returns an error log ??
@davbeny Is the device getting rebooted ??
@davbeny Can you download the role from the below repository and check if that resolves your error ?? Please use the following command: `ansible-galaxy install git+https://github.com/rsmekala/ansible-junos-stdlib.git,,Juniper.junos`