Skip to content

Commit

Permalink
always patch
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Feb 21, 2024
1 parent 85dc745 commit 2525eda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/kolab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
dest: /usr/src/KolabScripts
version: Kolab16
update: yes
register: kolab_patch

- name: Change kolab patch premissons
ansible.builtin.file:
Expand All @@ -74,7 +73,6 @@
mode: u=rwx,og=

- name: Patch kolab
when: kolab_patch.changed
ansible.builtin.command: "bash /usr/src/KolabScripts/kolab/{{ item }}"
args:
chdir: /usr/src/KolabScripts/kolab
Expand Down

0 comments on commit 2525eda

Please sign in to comment.