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

Some "false" were incorrectly substituted to "no" #225

Merged
merged 1 commit into from
Aug 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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