You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using junipernetworks.junos.junos_bgp_global and would like to define bgp import policies under config>import or under config>neighbors>import. The definition is a list of policies that are already defined in junos. The issue is that the commands sent to junos are sent with an added single quotes hence junos will interpret the single quote as part of the name resulting in an error on commit.
SUMMARY
I am using junipernetworks.junos.junos_bgp_global and would like to define bgp import policies under config>import or under config>neighbors>import. The definition is a list of policies that are already defined in junos. The issue is that the commands sent to junos are sent with an added single quotes hence junos will interpret the single quote as part of the name resulting in an error on commit.
config
junipernetworks.junos.junos_bgp_global:
config:
import:
- hello
error
Policy error: Policy ['hello'] referenced but not defined
ISSUE TYPE
COMPONENT NAME
junipernetworks.junos.junos_bgp_global
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: