summaryrefslogtreecommitdiffstats
path: root/cvp/update/test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'cvp/update/test.yml')
-rw-r--r--cvp/update/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/cvp/update/test.yml b/cvp/update/test.yml
deleted file mode 100644
index 943105c5..00000000
--- a/cvp/update/test.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- hosts: "{{ host }}"
- remote_user: "{{ user }}"
- become: "yes"
- become_method: sudo
- vars:
- user: "root"
- tasks:
- - name: test connectivity
- command: "echo hello {{ host }}"
- register: result
- - debug: msg="{{ result }}"