Remove duped authorize on ios_ping anchored tasks (#31572)

Otherwise, we get warnings.
pull/31573/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent c75c4cbfc8
commit ac95ecaf13

@ -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…
Cancel
Save