Переглянути джерело

resolve #5428: python-dbus not found

Lucas Theisen 7 роки тому
батько
коміт
7d6fbb02c5

+ 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