mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix syntax issue with ios_ntp tests (#56958)
This was missing a yaml anchor. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
committed by
Nilashish Chakraborty
parent
0d75e2659e
commit
4f8abde081
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: remove NTP (if set)
|
||||
ios_ntp:
|
||||
ios_ntp: &remove
|
||||
server: 10.75.32.5
|
||||
source_int: Loopback0
|
||||
acl: NTP_ACL
|
||||
|
||||
Reference in New Issue
Block a user