🛂 Updated permissions at few places
buildbot/travis_bionic Build done. Details

This commit is contained in:
swapnil 2022-03-24 11:08:24 +05:30
parent 5757f9ac88
commit 9a13a4a3f4
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,7 @@
when: has_content.stdout_lines | length == 0
- name: General Changes | Copy wallpapers to ~/Pictures
become: yes
copy:
src: "{{ home_directory }}/Downloads/update-xfce-bigsur/wallpapers"
dest: "{{ home_directory }}/Pictures"

View File

@ -10,6 +10,7 @@
update_cache: yes
- name: Theme-icons-cursor-fonts | clone WhiteSur-gtk-theme
become: yes
git:
repo: "{{ whitesur_gtk_theme_git }}"
dest: "{{ home_directory }}/Downloads/WhiteSur-gtk-theme"
@ -20,6 +21,7 @@
cmd: "cd {{ home_directory }}/Downloads/WhiteSur-gtk-theme && ./install.sh -c dark -c light"
- name: Theme-icons-cursor-fonts | clone WhiteSur-icon-theme
become: yes
git:
repo: "{{ whitesur_icon_theme_git }}"
dest: "{{ home_directory }}/Downloads/WhiteSur-icon-theme"
@ -30,6 +32,7 @@
cmd: "cd {{ home_directory }}/Downloads/WhiteSur-icon-theme && ./install.sh"
- name: Theme-icons-cursor-fonts | clone WhiteSur-cursors
become: yes
git:
repo: "{{ whitesur_cursors_git }}"
dest: "{{ home_directory }}/Downloads/WhiteSur-cursors"