summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-11-20 13:52:16 -0500
committerMichael Gugino <mgugino@redhat.com>2017-11-21 16:49:56 -0500
commitafe6e613ff7eef32a5a485d5882121a7f306be0b (patch)
treeaefb1f9fa0e60cd8b799624f7281b584aaec01bb
parent286f136671c1ce7c9db9d39ba4e699fcd2c5d03f (diff)
downloadopenshift-afe6e613ff7eef32a5a485d5882121a7f306be0b.tar.gz
openshift-afe6e613ff7eef32a5a485d5882121a7f306be0b.tar.bz2
openshift-afe6e613ff7eef32a5a485d5882121a7f306be0b.tar.xz
openshift-afe6e613ff7eef32a5a485d5882121a7f306be0b.zip
Place-holder for prerequisites.yml
We need this file to be in place to add an additional step to the CI jobs. In subsequent PRs, we can add steps into this file.
-rw-r--r--playbooks/prerequisites.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml
new file mode 100644
index 000000000..582dfe794
--- /dev/null
+++ b/playbooks/prerequisites.yml
@@ -0,0 +1,7 @@
+---
+- name: Place holder for prerequisites
+ hosts: localhost
+ gather_facts: false
+ tasks:
+ - name: Debug placeholder
+ debug: msg="Prerequisites ran."