Generalizzato il tipo d'installazione per 2/64 bit.
This commit is contained in:
parent
9c859b60b8
commit
37941a6eb3
3 changed files with 19 additions and 7 deletions
|
@ -11,4 +11,12 @@
|
|||
hwpoints: 3
|
||||
when: ansible_memtotal_mb|int > 4096 and ansible_processor_vcpus|int >= 4
|
||||
|
||||
- set_fact:
|
||||
pkgarch: amd64
|
||||
when: ansible_architecture == 'x86_64'
|
||||
|
||||
- set_fact:
|
||||
pkgarch: i386
|
||||
when: ansible_architecture == 'i386'
|
||||
|
||||
- setup: filter=ansible_local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue