summaryrefslogtreecommitdiff
path: root/playbooks/quick-start/localtest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/quick-start/localtest.yaml')
-rw-r--r--playbooks/quick-start/localtest.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/quick-start/localtest.yaml b/playbooks/quick-start/localtest.yaml
deleted file mode 100644
index ce0ef4362..000000000
--- a/playbooks/quick-start/localtest.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: localhost
- vars:
- workspace: /tmp/quickstart-test
- local: true
- ssh_public_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
- ssh_agent:
- stdout: ''
- tasks:
- - name: Run tasks in ssh agent
- include_tasks: main.yaml