From 58b3dd41a85e30ebdf3990d861f4c2bdb44e1125 Mon Sep 17 00:00:00 2001
From: Michael Gugino <mgugino@redhat.com>
Date: Thu, 7 Dec 2017 21:39:24 -0500
Subject: Add os_firewall to prerequisites.yml

This needs to be in place for crio.

This role only installs and enables iptables, thus
should only be run once.
---
 playbooks/openshift-etcd/private/config.yml | 1 -
 1 file changed, 1 deletion(-)

(limited to 'playbooks/openshift-etcd')

diff --git a/playbooks/openshift-etcd/private/config.yml b/playbooks/openshift-etcd/private/config.yml
index 3d6c79834..35407969e 100644
--- a/playbooks/openshift-etcd/private/config.yml
+++ b/playbooks/openshift-etcd/private/config.yml
@@ -19,7 +19,6 @@
   hosts: oo_etcd_to_config
   any_errors_fatal: true
   roles:
-  - role: os_firewall
   - role: openshift_clock
   - role: openshift_etcd
     etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
-- 
cgit v1.2.3