Ver Fonte

resolve #5428: python-dbus not found

Lucas Theisen há 7 anos atrás
pai
commit
7d6fbb02c5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      playbooks/common/openshift-cluster/initialize_facts.yml

+ 1 - 1
playbooks/common/openshift-cluster/initialize_facts.yml

@@ -93,7 +93,7 @@
         state: present
       with_items:
       - iproute
-      - "{{ 'python3-dbus' if ansible_distribution == 'Fedora' else 'python-dbus' }}"
+      - "{{ 'python3-dbus' if ansible_distribution == 'Fedora' else 'dbus-python' }}"
       - "{{ 'python3-PyYAML' if ansible_distribution == 'Fedora' else 'PyYAML' }}"
       - yum-utils