From eb3d5983f817d78747f75aa17ba67e917769123f Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 18 Dec 2017 10:30:45 +0100 Subject: [PATCH] copr-builder: fix ansible module name from copy to command --- roles/copr/backend/files/provision/provision_builder_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index d441b0ebd0..4cd732c516 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -42,7 +42,7 @@ - expect - name: enable @copr/copr-dev in staging - copy: dnf copr -y enable @copr/copr-dev + command: dnf copr -y enable @copr/copr-dev when: network_name == "coprdev-net" - name: make sure newest rpm