We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f02404 commit 1cb1d32Copy full SHA for 1cb1d32
1 file changed
ansible/tasks/internal/install-salt.yml
@@ -19,7 +19,7 @@
19
- name: salt apt repo
20
ansible.builtin.apt_repository:
21
repo: "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.pgp arch=arm64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main"
22
- filename: "salt.list"
+ filename: "salt"
23
state: present
24
when: platform == "arm64"
25
@@ -44,7 +44,7 @@
44
45
46
repo: "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.pgp arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main"
47
48
49
when: platform == "amd64"
50
0 commit comments