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:
Paul Belanger 2019-05-27 10:21:08 -04:00 committed by Nilashish Chakraborty
parent 0d75e2659e
commit 4f8abde081

View file

@ -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