mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 03:33:18 +08:00
Fix this to work with --check/--diff runs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user