forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apt_repository: Do not convert symlink repo to a normal file (ansible…
…#82271) * apt_repository: Do not convert symlink repo to a normal file * module manually writes to repo files. If the file is a symlink module used to re-write and convert a symlink to a normal file. This fix tracks the symlink and keeps the changes intact. Fixes: ansible#49809 Signed-off-by: Abhijeet Kasurde <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- apt_repository - do not modify repo files if the file is a symlink (https://github.com/ansible/ansible/issues/49809). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters