Remove duped authorize on ios_ping anchored tasks (#31572)

Otherwise, we get warnings.
This commit is contained in:
Ricardo Carrillo Cruz 2017-10-11 12:28:10 +02:00 committed by GitHub
parent c75c4cbfc8
commit ac95ecaf13

View file

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