From df9a7787be5a47c9dab2280c886e0223b8150e72 Mon Sep 17 00:00:00 2001 From: Cory McKee Date: Thu, 20 Feb 2020 16:16:48 -0500 Subject: [PATCH] removed creation of activation key --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index ae4924a..2310d38 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,5 +3,3 @@ - name: move gpg keys to server, create custom repos and sync them include_tasks: repo_create.yml -- name: add custom repos to activation keys - include_tasks: custom_content.yml -- GitLab