mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
move debian_architecture and debian_architecture_translations to defaults
This commit is contained in:
@@ -3,21 +3,6 @@
|
||||
- name: Add AdoptOpenJDK repo and install if necessary on Ubuntu
|
||||
block:
|
||||
|
||||
- name: Create translation matrix for ansible_architecture values to Ubuntu/Debian nomenclature
|
||||
set_fact:
|
||||
debian_architecture_translations:
|
||||
x86_64: amd64
|
||||
aarch64: arm64
|
||||
|
||||
- name: Set debian_architecture based on ansible_architecture
|
||||
set_fact:
|
||||
debian_architecture: >-
|
||||
{%- if ansible_architecture in debian_architecture_translations -%}
|
||||
{{ debian_architecture_translations[ansible_architecture] }}
|
||||
{%- else -%}
|
||||
{{ ansible_architecture }}
|
||||
{%- endif %}
|
||||
|
||||
- name: Install gnupg
|
||||
apt:
|
||||
name: gnupg
|
||||
|
||||
Reference in New Issue
Block a user