From ca5439e1e26becd8ce592e7105288e8ce24f90af Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 14 Jul 2017 16:15:23 +0200 Subject: [PATCH] Switch to save_when on EAPI tests as well (#26807) save is deprecated. --- test/integration/targets/eos_config/tests/eapi/save.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/eos_config/tests/eapi/save.yaml b/test/integration/targets/eos_config/tests/eapi/save.yaml index 4bc43fc11e..121fe1a6b0 100644 --- a/test/integration/targets/eos_config/tests/eapi/save.yaml +++ b/test/integration/targets/eos_config/tests/eapi/save.yaml @@ -14,7 +14,7 @@ - name: save config eos_config: - save: true + save_when: always provider: "{{ eapi }}" register: result @@ -24,7 +24,7 @@ - name: save should always run eos_config: - save: true + save_when: always provider: "{{ eapi }}" register: result