copr: use iptables, we have enabled tcp ports now

This commit is contained in:
Jakub Kadlcik 2020-02-21 14:54:15 +01:00 committed by Pierre-Yves Chibon
parent 4aa2caa088
commit 0fcb1d784a

View file

@ -181,6 +181,3 @@
lineinfile:
path: /etc/httpd/conf/httpd.conf
line: "TimeOut 7200"
- name: Disable iptables, we have Security Groups in EC2
service: name=iptables state=stopped enabled=no