summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-02-02 11:40:36 -0500
committerGitHub <noreply@github.com>2018-02-02 11:40:36 -0500
commite763e4c043fdbbd91ec3d053b26789f96793f03a (patch)
tree3098fb260a8b03e486ac1235d3fda032bef770ad /playbooks
parent28ed642adcb9d7e79d73410ae1d194aae9946ec0 (diff)
parentb06b857e31099e8642d5f2e64361b4b8bb9f6b9f (diff)
downloadopenshift-e763e4c043fdbbd91ec3d053b26789f96793f03a.tar.gz
openshift-e763e4c043fdbbd91ec3d053b26789f96793f03a.tar.bz2
openshift-e763e4c043fdbbd91ec3d053b26789f96793f03a.tar.xz
openshift-e763e4c043fdbbd91ec3d053b26789f96793f03a.zip
Merge pull request #6997 from sdodson/fix-missing-tasks
Add missing tasks file
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/openshift-master/private/tasks/restart_services.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/openshift-master/private/tasks/restart_services.yml b/playbooks/openshift-master/private/tasks/restart_services.yml
new file mode 100644
index 000000000..cf2c282e3
--- /dev/null
+++ b/playbooks/openshift-master/private/tasks/restart_services.yml
@@ -0,0 +1,4 @@
+---
+- import_role:
+ name: openshift_master
+ tasks_from: restart.yml