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:
parent
0d75e2659e
commit
4f8abde081
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: remove NTP (if set)
|
- name: remove NTP (if set)
|
||||||
ios_ntp:
|
ios_ntp: &remove
|
||||||
server: 10.75.32.5
|
server: 10.75.32.5
|
||||||
source_int: Loopback0
|
source_int: Loopback0
|
||||||
acl: NTP_ACL
|
acl: NTP_ACL
|
||||||
|
|
Loading…
Reference in a new issue