From ac95ecaf13c228c88fb6707efe860b23cdc28fb7 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 11 Oct 2017 12:28:10 +0200 Subject: [PATCH] Remove duped authorize on ios_ping anchored tasks (#31572) Otherwise, we get warnings. --- test/integration/targets/ios_ping/tests/cli/ping.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/integration/targets/ios_ping/tests/cli/ping.yaml b/test/integration/targets/ios_ping/tests/cli/ping.yaml index 12e39c78e07..e54ac6418d5 100644 --- a/test/integration/targets/ios_ping/tests/cli/ping.yaml +++ b/test/integration/targets/ios_ping/tests/cli/ping.yaml @@ -16,7 +16,7 @@ dest: '{{ management_ip }}' authorize: yes register: esp - + - name: unexpected unsuccessful ping ios_ping: &invalid_ip dest: '10.255.255.250' @@ -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