mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
mongodb/tasks/main.yml: Fix 'ansible_architecture' typo
This commit is contained in:
parent
902e377c68
commit
f46c7d1555
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
- debug:
|
||||
var: mongodb_version
|
||||
|
||||
- name: Run command 'dpkg --print-architecture' to identify OS architecture (CPU arch as revealed by ansible_archicture ~= ansible_machine is NOT enough!)
|
||||
- name: Run command 'dpkg --print-architecture' to identify OS architecture (CPU arch as revealed by ansible_architecture ~= ansible_machine is NOT enough!)
|
||||
command: dpkg --print-architecture
|
||||
register: dpkg_arch
|
||||
- debug:
|
||||
|
|
Loading…
Reference in a new issue