Fix syntax issue with ios_ntp tests
This was missing a yaml anchor. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
ac2f1c4a26
commit
b381967194
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue