Browse Source

resolve #5428: python-dbus not found

Lucas Theisen 7 years ago
parent
commit
7d6fbb02c5
1 changed files with 1 additions and 1 deletions
  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