Skip to content

Commit

Permalink
Remove docker_compose prefix from homeassistant role
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jul 19, 2023
1 parent 9e37c80 commit be83aa2
Show file tree
Hide file tree
Showing 79 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ skip_list:
- package-latest

exclude_paths:
- roles/docker_compose_homeassistant/files
- roles/homeassistant/files
4 changes: 2 additions & 2 deletions .github/workflows/homeassistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on: # yamllint disable-line rule:truthy
branches:
- main
paths:
- roles/docker_compose_homeassistant/**
- roles/homeassistant/**
- .github/workflows/homeassistant.yaml
pull_request:
paths:
- roles/docker_compose_homeassistant/**
- roles/homeassistant/**
- .github/workflows/homeassistant.yaml

jobs:
Expand Down
4 changes: 2 additions & 2 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
tags: compose, homepage
- role: autorestic
tags: compose, autorestic
- role: docker_compose_homeassistant
- role: homeassistant
tags: compose, homeassistant
- role: github_deploy
tags: deploy
Expand Down Expand Up @@ -116,7 +116,7 @@
tags: never, gatus
- role: glances
tags: never, glances
- role: docker_compose_homeassistant
- role: homeassistant
tags: never, homeassistant
- role: docker_compose_homepage
tags: never, homepage
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit be83aa2

Please sign in to comment.