Generalizzato il tipo d'installazione per 2/64 bit.

This commit is contained in:
Emiliano Vavassori 2020-05-23 18:01:21 +02:00
parent 9c859b60b8
commit 37941a6eb3
3 changed files with 19 additions and 7 deletions

View file

@ -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