Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Home Assistant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
Home Assistant
Commits
a6539928
Commit
a6539928
authored
1 year ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add gardena patch
Fix patch binary
parent
f0f8af7c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+2
-0
2 additions, 0 deletions
defaults/main.yml
handlers/main.yml
+1
-1
1 addition, 1 deletion
handlers/main.yml
with
3 additions
and
1 deletion
defaults/main.yml
+
2
−
0
View file @
a6539928
home_assistant_image
:
ghcr.io/home-assistant/home-assistant:stable
home_assistant_patches
:
-
gardena-106282
This diff is collapsed.
Click to expand it.
handlers/main.yml
+
1
−
1
View file @
a6539928
...
...
@@ -17,7 +17,7 @@
chdir
:
/opt/home-assistant
-
name
:
Apply patches inside Container
command
:
docker compose exec -it app /bin/bash -c "cd /usr/src/homeassistant &&
patch -p1 -N -i
/config/patches/{{ item }}.patch"
command
:
docker compose exec -it app /bin/bash -c "cd /usr/src/homeassistant &&
git apply
/config/patches/{{ item }}.patch"
with_items
:
'
{{
home_assistant_patches|default([])
}}'
args
:
chdir
:
/opt/home-assistant
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment