Преглед на файлове

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.
Michael Gugino преди 7 години
родител
ревизия
afe6e613ff
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      playbooks/prerequisites.yml

+ 7 - 0
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."