mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -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:
|
ios_ping:
|
||||||
<<: *valid_ip
|
<<: *valid_ip
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
authorize: yes
|
|
||||||
register: usp
|
register: usp
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
|
@ -37,7 +36,6 @@
|
||||||
ios_ping:
|
ios_ping:
|
||||||
<<: *invalid_ip
|
<<: *invalid_ip
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
authorize: yes
|
|
||||||
register: eup
|
register: eup
|
||||||
|
|
||||||
- name: assert
|
- name: assert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue