Fix ansible 2.14 incompatibility
The warn parameter of command/shell module was deprecated was removed in 2.14[1]. [1] https://github.com/ansible/ansible/pull/77411 Closes-Bug: #1998098 Change-Id: Ib5ab3cafcfa4a95bd5a806abe757aef0916344ba
This commit is contained in:
parent
9ef6e757a5
commit
899b8f5c62
@ -43,8 +43,6 @@
|
||||
- name: Generate yum repo
|
||||
command: >-
|
||||
createrepo /opt/valfrwk/
|
||||
args:
|
||||
warn: false
|
||||
|
||||
- name: Add valfrwk yum repository
|
||||
yum_repository:
|
||||
|
Loading…
Reference in New Issue
Block a user