Remove "warn" parameter from command module
This is removed in ansible 2.14. Change-Id: I3149f3babe9acf8c5854982f2d8e1cbcc23371e1
This commit is contained in:
1 changed files with 0 additions and 2 deletions
@@ -35,8 +35,6 @@
# 'skip_ansible_lint' tag
- name:Get version of installed RabbitMQ package (rpm)
command:"rpm -q rabbitmq-server"
args:
warn:no
changed_when:false
check_mode:false
failed_when:false
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.