mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Try to skip task.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
systemd:
|
||||
name: dbus
|
||||
state: started
|
||||
when: ansible_service_mgr == 'systemd' and ansible_distribution == 'Fedora'
|
||||
when: ansible_service_mgr == 'systemd' and ansible_distribution == 'Fedora' and (ansible_facts.distribution_major_version | int) < 34
|
||||
|
||||
- name: Kill all postgres processes
|
||||
shell: 'pkill -u {{ pg_user }}'
|
||||
|
||||
Reference in New Issue
Block a user