Skip to content

Commit

Permalink
Merge pull request #1 from yohanb/hotfix/missing_some_root_privileges
Browse files Browse the repository at this point in the history
Hotfix/missing some root privileges
  • Loading branch information
diodonfrost authored Sep 4, 2021
2 parents 645a614 + f3b7f31 commit 17e60e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/p10k-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: "{{ item }}"
shell: "{{ zsh_bin_path }}"
become: yes
become_user: "{{ item }}"
with_items: "{{ p10k_users }}"

- name: Setup powerlevel10k
Expand Down
2 changes: 2 additions & 0 deletions tasks/p10k-fonts.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
- name: Create fonts directory
become: true
file:
path: "{{ fonts_path }}"
mode: '0755'
state: directory

- name: Copy powerlevel10k recommanded fonts
become: true
copy:
src: "fonts/{{ item }}"
dest: "{{ fonts_path }}/{{ item }}"
Expand Down
1 change: 1 addition & 0 deletions tasks/p10k-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package:
name: "{{ p10k_dependencies }}"
state: present
become: true
when: p10k_dependencies

- name: Get ZSH version
Expand Down

0 comments on commit 17e60e7

Please sign in to comment.