Skip to content

Commit 1cb1d32

Browse files
committed
INDATA-653 rm unwanted .list extensions
1 parent 6f02404 commit 1cb1d32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/tasks/internal/install-salt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- name: salt apt repo
2020
ansible.builtin.apt_repository:
2121
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"
22+
filename: "salt"
2323
state: present
2424
when: platform == "arm64"
2525

@@ -44,7 +44,7 @@
4444
- name: salt apt repo
4545
ansible.builtin.apt_repository:
4646
repo: "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.pgp arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main"
47-
filename: "salt.list"
47+
filename: "salt"
4848
state: present
4949
when: platform == "amd64"
5050

0 commit comments

Comments
 (0)