mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
setup_rabbitmq - fix erlang pinned dependencies (#51048)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
dest: /etc/apt/preferences.d/erlang
|
||||
content: |
|
||||
Package: erlang*
|
||||
Pin: version 1:20.1-1
|
||||
Pin: version 1:20.3.8.14-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: esl-erlang
|
||||
Pin: version 1:20.1.7
|
||||
Pin: version 1:20.3.6
|
||||
Pin-Priority: 1000
|
||||
|
||||
- name: Install https transport for apt
|
||||
|
||||
Reference in New Issue
Block a user