summaryrefslogtreecommitdiffstats
path: root/roles/lib_yaml_editor/build/test/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_yaml_editor/build/test/test.yaml')
-rwxr-xr-xroles/lib_yaml_editor/build/test/test.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/lib_yaml_editor/build/test/test.yaml b/roles/lib_yaml_editor/build/test/test.yaml
deleted file mode 100755
index ac9c37565..000000000
--- a/roles/lib_yaml_editor/build/test/test.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/ansible-playbook
----
-- hosts: localhost
- gather_facts: no
- tasks:
- - yedit:
- src: /home/kwoodson/git/openshift-ansible/roles/lib_yaml_editor/build/test/foo.yml
- key: foo
- value: barplus
- state: present
- register: output
-
- - debug:
- msg: "{{ output }}"
-