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
It enables the services instead of disabling them and for udp-small-servers nothing happens.
# Before running playbook:
dev-campus-leaf-1#show run | inc service
service timestamps debug uptime
service timestamps log uptime
service udp-small-servers
service tcp-small-servers
# After running playbook:
dev-campus-leaf-1#show run | inc service
service timestamps debug uptime
service timestamps log uptime
service udp-small-servers
service tcp-small-servers
# Commands executed on the device by playbook:
974 46 jiholland@vty1 |service tcp-small-servers
975 46 jiholland@vty1 |service timestamps debug uptime
976 46 jiholland@vty1 |service timestamps log uptime
SUMMARY
The
cisco.ios.ios_service
resource module does not disable services that has theenable
parameter in a dictionary.ISSUE TYPE
COMPONENT NAME
cisco.ios.ios_service
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Execute the provided example playbook on a Catalyst device.
EXPECTED RESULTS
I expect the services to be disabled:
ACTUAL RESULTS
It enables the services instead of disabling them and for
udp-small-servers
nothing happens.The text was updated successfully, but these errors were encountered: