diff --git a/ansible_collections/arista/avd/molecule/cv_deploy/README.md b/ansible_collections/arista/avd/molecule/cv_deploy/README.md new file mode 100644 index 00000000000..382b9b859a3 --- /dev/null +++ b/ansible_collections/arista/avd/molecule/cv_deploy/README.md @@ -0,0 +1,3 @@ +## How to test + +Refer to [cv_workflow README.md](../cv_workflow/README.md) diff --git a/ansible_collections/arista/avd/molecule/cv_deploy/converge.yml b/ansible_collections/arista/avd/molecule/cv_deploy/converge.yml index 008e0879d7c..885fb6dad6a 100644 --- a/ansible_collections/arista/avd/molecule/cv_deploy/converge.yml +++ b/ansible_collections/arista/avd/molecule/cv_deploy/converge.yml @@ -41,7 +41,7 @@ cv_submit_workspace_force: true cv_run_change_control: true - - name: 'Display CVP result' + - name: Display CVP result run_once: true ansible.builtin.debug: msg: '{{ cv_deploy_results }}' @@ -168,7 +168,7 @@ ignore_errors: yes register: cvp_errors - - name: 'Display CVP result' + - name: Display CVP result run_once: true ansible.builtin.debug: msg: '{{ cv_deploy_results }}' @@ -200,7 +200,7 @@ cv_devices: [ avd-ci-leaf1, avd-ci-core1 ] cv_submit_workspace_force: true - - name: 'Display CVP result' + - name: Display CVP result run_once: true ansible.builtin.debug: msg: '{{ cv_deploy_results }}' @@ -220,7 +220,7 @@ cv_submit_workspace: true cv_run_change_control: false - - name: 'Display CVP result' + - name: Display CVP result run_once: true ansible.builtin.debug: msg: '{{ cv_deploy_results }}'