mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #3417 from holta/ansible214rc2
Ansible 2.14 disallows 'args:' 'warn: no'
This commit is contained in:
commit
26a7b66f11
1 changed files with 6 additions and 2 deletions
|
@ -80,8 +80,12 @@
|
|||
- name: Add mongodb.org signing key (only 64-bit support available) for MongoDB version {{ mongodb_64bit_version }}
|
||||
shell: wget -qO - https://www.mongodb.org/static/pgp/server-{{ mongodb_64bit_version }}.asc | apt-key add -
|
||||
#shell: wget -qO - https://pgp.mongodb.com/server-{{ mongodb_64bit_version }}.asc | apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
#args:
|
||||
# warn: no
|
||||
# Ansible 2.14 ERROR:
|
||||
# "Unsupported parameters for (ansible.legacy.command) module: warn.
|
||||
# Supported parameters include: removes, strip_empty_ends, _raw_params,
|
||||
# _uses_shell, stdin_add_newline, creates, chdir, executable, argv, stdin."
|
||||
|
||||
# 2022-10-23: MongoDB only allows auto-install of Debian's x86_64, AND IN ANY
|
||||
# CASE all their MongoDB 6.0's are ONLY COMPILED FOR ARM v8.2-A i.e. FAIL ON
|
||||
|
|
Loading…
Reference in a new issue