mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Remove duped authorize on ios_ping anchored tasks (#31572)
Otherwise, we get warnings.
This commit is contained in:
parent
c75c4cbfc8
commit
ac95ecaf13
1 changed files with 1 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
|||
ios_ping:
|
||||
<<: *valid_ip
|
||||
state: 'absent'
|
||||
authorize: yes
|
||||
register: usp
|
||||
ignore_errors: yes
|
||||
|
||||
|
@ -37,7 +36,6 @@
|
|||
ios_ping:
|
||||
<<: *invalid_ip
|
||||
state: 'absent'
|
||||
authorize: yes
|
||||
register: eup
|
||||
|
||||
- name: assert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue