-
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.
deployment - copy the code instead of GIT checkout
- much better to just copy the necessary files to the target system instead of having so many unnecessary files located at the target system - remove associated variables from the Ansible inventory
- Loading branch information
Sebastian Mangelsen
committed
Dec 30, 2020
1 parent
5900ee5
commit c1cc0b4
Showing
3 changed files
with
17 additions
and
16 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"app_info": { | ||
"extension_id": "python_roon_remote", | ||
"display_name": "Roon IR Remote {{ roon.zone_name }}", | ||
"display_version": "0.1.1", | ||
"display_version": "0.2.0", | ||
"publisher": "smangels", | ||
"email": "[email protected]" | ||
} | ||
|