From 602c15c7ac97f1c4458d9801e9f3ccd1809fd7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Mon, 13 Jul 2020 16:42:12 +0200 Subject: [PATCH] BZ #1855710 - Drop FIXME from code (#21) The role deploys receptor on a Satellite machine. Since we ship receptor and receptor-satellite in satellite's repos, we can safely assume both packages are available. --- tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5508d17..5658235 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,9 +33,6 @@ - foreman-maintain - name: Install Receptor and Satellite Plugin RPMs block: - - name: Ensure RPM repository is configured and enabled - debug: - msg: "FIXME" - name: Unlock packages command: "{{ maintain_command }} packages unlock" when: maintain_command is defined