Skip to content

Commit

Permalink
Haproxy: No need to mount /dev/log into the haproxy chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 4, 2024
1 parent d82e267 commit 957b3ac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/haproxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@
owner: root
mode: "0440"

- name: Mount /dev/log into the haproxy chroot
ansible.posix.mount:
path: /var/lib/haproxy/dev/log
src: /dev/log
opts: bind
state: mounted
fstype: none

- name: include get_acme_certs
include_tasks: get_acme_certs.yml
when: haproxy_acme | bool and vhost_acls.changed
Expand Down

0 comments on commit 957b3ac

Please sign in to comment.