Skip to content
Snippets Groups Projects
Commit 30c1087b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: always set changed_when to false when installing/purging SubApp. That's...

fix: always set changed_when to false when installing/purging SubApp. That's necessary for the migration to RC2022.2 to avoid conflicting files in two of the changed packages.
parent 0d9eedb8
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
Pipeline #2715 passed
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
state: absent state: absent
autoclean: true autoclean: true
autoremove: true autoremove: true
changed_when: false # this is only needed for the migration to RC2022.2 and won't be needed afterwards
- name: Submission / Dissemination Application installieren - name: Submission / Dissemination Application installieren
ansible.builtin.apt: ansible.builtin.apt:
name: [ name: [
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
] ]
state: latest state: latest
allow_unauthenticated: "true" allow_unauthenticated: "true"
changed_when: false # this is only needed for the migration to RC2022.2 and won't be needed afterwards
- name: Systemd-Unitfiles installieren (Templates) - name: Systemd-Unitfiles installieren (Templates)
ansible.builtin.template: ansible.builtin.template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment