Fix this to work with --check/--diff runs.
This commit is contained in:
parent
f05fe5e864
commit
9daa623bc4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue