Commit 316ff5d
fix(headscale): don't install tailscale agent on headscale node
Overriding the group var for headscale to be blank causes the role to create a new token, which isn't needed. Instead fixing the code to only run the install for tailscale agent on not the nodes fixes the issue1 parent 2ee3c13 commit 316ff5d
File tree
3 files changed
+2
-2
lines changed- ansible
- group_vars
- roles
- common/tasks
- headscale/tasks
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
0 commit comments