Skip to content

Commit

Permalink
Merge pull request #53 from systemli/skin-make-deploy-deterministic
Browse files Browse the repository at this point in the history
Make the skin deployment deterministic
  • Loading branch information
nevart authored Dec 12, 2023
2 parents 0a77dee + 9c04615 commit 099ed06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tasks/skin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

- name: Create custom skin dir for elastic skin
ansible.posix.synchronize:
src: "{{ roundcube_skin }}"
archive: false
checksum: true
dest: "{{ roundcube_working_dir }}/current/skins/"
owner: false
group: false
owner: false
recursive: true
src: "{{ roundcube_skin }}"
when: roundcube_skin == 'elastic_systemli'

- name: Ensure custom skin dir has correct permissions
Expand Down

0 comments on commit 099ed06

Please sign in to comment.