This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix focus keys
timer
Markus Katharina Brechtel
3 years ago
parent
6cafdfb01d
commit
2ea185877a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/workspaces.yaml
+ 1
- 1
tasks/workspaces.yaml
View File
@@ -17,7 +17,7 @@
src: workspaces/workspace.focus.fish.j2
dest: ~/.workspaces/{{workspace}}.focus
mode: 0755
with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='v
desk
'].key\") }}"
with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='v
ncviewer
'].key\") }}"
loop_control:
loop_var: workspace