Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
s/false/no/ (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy authored and paulfantom committed Aug 21, 2019
1 parent a5ea5f5 commit ba84bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
until: _download_archive is succeeded
retries: 5
delay: 2
# run_once: true # <-- this canfalset be set due to multi-arch support
# run_once: true # <-- this cannot be set due to multi-arch support
delegate_to: localhost
check_mode: false

Expand Down Expand Up @@ -117,10 +117,10 @@
- ansible_version.full is version_compare('2.4', '>=')
- ansible_selinux.status == "enabled"

# - name: change pam falsefile limits for prometheus
# - name: change pam nofile limits for prometheus
# pam_limits:
# domain: "prometheus"
# limit_item: falsefile
# limit_item: nofile
# limit_type: "{{ item }}"
# value: "1024"
# use_max: true
Expand Down

0 comments on commit ba84bdc

Please sign in to comment.