From 2f60836703cc2f36bb63f3a48d68283e3cf94fa7 Mon Sep 17 00:00:00 2001 From: Melissa Date: Thu, 29 Jul 2021 11:02:50 -0400 Subject: [PATCH] Revert "ansible: install python3-asyncssh copr repo on EL8 for cephadm" This reverts commit 733be223a72951db7e66eac0f28e379d83da54bd. Signed-off-by: Melissa Li --- ansible/examples/slave.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index 78b887bc..fa842366 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -434,15 +434,6 @@ 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([]) }}" -- 2.47.3