Skip to content

Commit

Permalink
update default cert-type to snakeoil
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 5, 2024
1 parent de447d6 commit ef06169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/debian/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
ansible.builtin.shell: |
set -o pipefail
curl https://haproxy.debian.net/bernat.debian.org.gpg |
gpg --dearmor > /usr/share/keyrings/haproxy.debian.net.gpg
gpg --dearmor -o /usr/share/keyrings/haproxy.debian.net.gpg
args:
executable: '/bin/bash'
creates: '/usr/share/keyrings/haproxy.debian.net.gpg'
changed_when: false
tags: [skip_ansible_lint] # lazy - open to PRs

Expand Down

0 comments on commit ef06169

Please sign in to comment.