Skip to content

Commit

Permalink
remove warn: false - not supported in ansible-core 2.14 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
richm authored Jan 20, 2023
1 parent daa86bd commit 81edea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/enable_copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
- name: Get list of COPRs to be enabled
command:
cmd: "{{ ansible_pkg_mgr }} -y copr enable {{ repo.repository }}"
warn: false
when: copr_present.stdout == "0"

0 comments on commit 81edea4

Please sign in to comment.