Skip to content

Commit 81edea4

Browse files
authored
remove warn: false - not supported in ansible-core 2.14 (#324)
1 parent daa86bd commit 81edea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/enable_copr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
- name: Get list of COPRs to be enabled
1111
command:
1212
cmd: "{{ ansible_pkg_mgr }} -y copr enable {{ repo.repository }}"
13-
warn: false
1413
when: copr_present.stdout == "0"

0 commit comments

Comments
 (0)