Skip to content

INDATA-653 rm unwanted .list extensions#2162

Merged
hunleyd merged 2 commits into
developfrom
INDATA-653-fix-list-extensions
May 21, 2026
Merged

INDATA-653 rm unwanted .list extensions#2162
hunleyd merged 2 commits into
developfrom
INDATA-653-fix-list-extensions

Conversation

@matthudsonatx
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

In ansible/tasks/internal/install-salt.yml:22,47
salt.list -> salt.list.list

What is the new behavior?

salt -> salt.list

Feel free to include screenshots if it includes visual changes.

Additional context

the module automatically adds the .list extension

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an Ansible apt_repository configuration issue where specifying a filename with a .list suffix caused the resulting file to be created with a doubled extension (e.g., salt.list.list) because the module auto-appends .list.

Changes:

  • Update apt_repository.filename from salt.list to salt for arm64.
  • Update apt_repository.filename from salt.list to salt for amd64.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hunleyd hunleyd enabled auto-merge May 21, 2026 16:24
@hunleyd hunleyd added this pull request to the merge queue May 21, 2026
Merged via the queue into develop with commit 9b79a56 May 21, 2026
650 checks passed
@hunleyd hunleyd deleted the INDATA-653-fix-list-extensions branch May 21, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants