diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-11-20 13:52:16 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-11-21 16:49:56 -0500 |
commit | afe6e613ff7eef32a5a485d5882121a7f306be0b (patch) | |
tree | aefb1f9fa0e60cd8b799624f7281b584aaec01bb /playbooks | |
parent | 286f136671c1ce7c9db9d39ba4e699fcd2c5d03f (diff) | |
download | openshift-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.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/prerequisites.yml | 7 |
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." |