Skip to content

Commit

Permalink
Fixed some ansible lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed Dec 4, 2023
1 parent 065643f commit f6d2d60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/ejabberd/tasks/install/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
- name: Read port ranges to use
register: ephemeral_ports_cmd
ansible.builtin.shell: >-
set -o pipefail;
sysctl -n net.ipv4.ip_local_port_range
| tr '\t' '-'
args:
executable: /bin/bash
changed_when: false
tags: facts

Expand Down

0 comments on commit f6d2d60

Please sign in to comment.