Try to skip task.

pull/2384/head
Felix Fontein 2021-04-30 22:18:43 +02:00
parent 519f6fe876
commit ff0c899a86
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}'