diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-13 10:13:46 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-13 10:13:46 -0500 |
commit | b3f968a4cd29a8163da0e483a5e02559da293191 (patch) | |
tree | 2d6c6df7c6fefa3b2b36cebb5d0e394ea975406f /playbooks/openshift-node | |
parent | 1dccaa2ad90b363cf7f2c04d5781693e69451ffb (diff) | |
download | openshift-b3f968a4cd29a8163da0e483a5e02559da293191.tar.gz openshift-b3f968a4cd29a8163da0e483a5e02559da293191.tar.bz2 openshift-b3f968a4cd29a8163da0e483a5e02559da293191.tar.xz openshift-b3f968a4cd29a8163da0e483a5e02559da293191.zip |
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/openshift-node')
-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 |