diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-09-22 15:26:17 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-09-22 15:26:34 +0200 |
commit | ae41ccac17c9941206dd183ecea2eff1c930aa2c (patch) | |
tree | 5f95061534dfa4c69518a30c7d678694a99d5fd1 | |
parent | d9e8acafba7f4370145912732f0e305f57d617d8 (diff) | |
download | openshift-ae41ccac17c9941206dd183ecea2eff1c930aa2c.tar.gz openshift-ae41ccac17c9941206dd183ecea2eff1c930aa2c.tar.bz2 openshift-ae41ccac17c9941206dd183ecea2eff1c930aa2c.tar.xz openshift-ae41ccac17c9941206dd183ecea2eff1c930aa2c.zip |
crio: skip installation on lbs and nfs nodes
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1494461
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r-- | roles/docker/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yml index 78c6671d8..7ece0e061 100644 --- a/roles/docker/tasks/main.yml +++ b/roles/docker/tasks/main.yml @@ -26,3 +26,4 @@ include: systemcontainer_crio.yml when: - l_use_crio + - inventory_hostname in groups['oo_masters_to_config'] or inventory_hostname in groups['oo_nodes_to_config'] |