Remove migration steps

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-08-30 23:28:19 +02:00
parent 98eae245aa
commit c7bd5a3c9b
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -37,19 +37,6 @@
# Install and start services # Install and start services
- name: '[Migration] Check multi-user.target dependency of service'
command: grep -Fxq 'WantedBy=multi-user.target' /etc/systemd/system/docker-compose.service
register: docker_compose_olddep
check_mode: no
ignore_errors: yes
changed_when: no
- name: '[Migration] Disable service still WantedBy=multi-user.target'
systemd:
name: docker-compose.service
enabled: no
when: docker_compose_olddep.rc == 0
- name: Install docker-compose.service - name: Install docker-compose.service
copy: copy:
dest: /etc/systemd/system/docker-compose.service dest: /etc/systemd/system/docker-compose.service