diff options
Diffstat (limited to 'roles/copr_cli/tasks')
-rw-r--r-- | roles/copr_cli/tasks/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/copr_cli/tasks/main.yml b/roles/copr_cli/tasks/main.yml deleted file mode 100644 index b732fb7a4..000000000 --- a/roles/copr_cli/tasks/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- action: "{{ ansible_pkg_mgr }} name=copr-cli state=present" - when: not openshift.common.is_containerized | bool |