diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-14 12:46:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 12:46:16 -0800 |
commit | 58204ec1238d05037d38c69bbc5e06491058902a (patch) | |
tree | 73bc47a8dda4bbc60e3403a948be042e2f86c83e /playbooks | |
parent | 29d3212bf1089661b9fd38db59d72160a39d39d4 (diff) | |
parent | b3f968a4cd29a8163da0e483a5e02559da293191 (diff) | |
download | openshift-58204ec1238d05037d38c69bbc5e06491058902a.tar.gz openshift-58204ec1238d05037d38c69bbc5e06491058902a.tar.bz2 openshift-58204ec1238d05037d38c69bbc5e06491058902a.tar.xz openshift-58204ec1238d05037d38c69bbc5e06491058902a.zip |
Merge pull request #6463 from mgugino-upstream-stage/openshift-service-type-fix
Automatic merge from submit-queue.
Add missing openshift_service_type
Pull in openshift_facts to define the variable.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1525429
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-node/private/restart.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-node/private/restart.yml b/playbooks/openshift-node/private/restart.yml index 0786bd7d3..6a10585b9 100644 --- a/playbooks/openshift-node/private/restart.yml +++ b/playbooks/openshift-node/private/restart.yml @@ -5,6 +5,7 @@ roles: - lib_openshift + - openshift_facts tasks: - name: Restart docker |