]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Revert "ansible: install python3-asyncssh copr repo on EL8 for cephadm" 1886/head
authorMelissa <li.melissa.kun@gmail.com>
Thu, 29 Jul 2021 15:02:50 +0000 (11:02 -0400)
committerMelissa <li.melissa.kun@gmail.com>
Thu, 29 Jul 2021 15:02:50 +0000 (11:02 -0400)
This reverts commit 733be223a72951db7e66eac0f28e379d83da54bd.

Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
ansible/examples/slave.yml

index 78b887bcf2c2c1aa64473efe283e598e34b05c38..fa8423663ad977e6dbbefa3b525e813a16122659 100644 (file)
         enablerepo: epel
       when: ansible_os_family == "RedHat"
 
-    # This repo has the python-asyncssh EL8 package that cephadm depends on, which is not yet present in EPEL8
-    - name: Enable EL8 python3-asyncssh copr repo
-      command: "dnf -y copr enable ceph/python3-asyncssh"
-      when:
-        - ansible_os_family == "RedHat"
-        - ansible_distribution_major_version|int == 8
-      tags: 
-        - copr
-
     - name: Install Suse RPMs
       zypper:
         name: "{{ zypper_rpms + zypper_libvirt_rpms|default([]) }}"