Explorar o código

resolve #5428: python-dbus not found

Lucas Theisen %!s(int64=7) %!d(string=hai) anos
pai
achega
7d6fbb02c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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