added support for systemd management
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -15,4 +15,13 @@
|
||||
|
||||
- include_tasks: update-Arch.yml
|
||||
when:
|
||||
- ansible_os_family == 'Archlinux'
|
||||
- ansible_os_family == 'Archlinux'
|
||||
|
||||
- name: stop services
|
||||
become: yes
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
with_items: stop_service_list
|
||||
when: "CI_RUN != true"
|
||||
|
Reference in New Issue
Block a user