Skip to content
Snippets Groups Projects
Commit 90dc7c1c authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Fix CI : Change nothing if nothing needs to be done.

parent f589c18e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
- name: Generate postmaps
command: /usr/sbin/postmap {{ item }}
when: item | changed
loop:
- /etc/postfix/canonical
- /etc/postfix/mime_header_checks
......
......@@ -33,6 +33,8 @@
# occ return code is 3 when ownCloud is already latest version
- upgrade_owncloud.rc != 0
- upgrade_owncloud.rc != 3
changed_when:
- upgrade_owncloud.rc != 3
- name: Upgrade owncloud output
debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment