Skip to content

Commit

Permalink
Fix ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Sep 21, 2020
1 parent b5171e7 commit 39e2e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
skip_list:
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
template:
src: "{{ item.1 }}"
dest: '~{{ item.0.username }}/.oh-my-zsh/custom/themes'
mode: 0644
with_nested:
- '{{ oh_my_zsh_users }}'
- '{{ lookup("fileglob", oh_my_zsh_custom_themes | d("")) }}'
Expand Down

0 comments on commit 39e2e95

Please sign in to comment.