Fix this to work with --check/--diff runs.

This commit is contained in:
Kevin Fenzi 2014-05-27 22:26:23 +00:00
parent f05fe5e864
commit 9daa623bc4

View file

@ -109,6 +109,8 @@
- name: check semanage ports
command: semanage port -l
register: semanageoutput
always_run: yes
changed_when: "1 != 1"
- name: set ports so httpd can bind to fedmsg endpoints
command: semanage port -a -t http_port_t -p tcp 3000-3100