test
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
- debug:
|
||||
var: ansible_distribution_release
|
||||
- debug:
|
||||
var: ansible_distribution_release.ubuntu
|
||||
var: "{{ equivalents | dict2items(key_name=ansible_distribution_release, valuename='ubuntu') }}"
|
||||
|
||||
|
||||
- name: ansible setup | get key
|
||||
tags: ansible,ansible-setup
|
||||
|
||||
@@ -24,9 +24,10 @@ wireguard_package: wireguard
|
||||
|
||||
update_ca: update-ca-certificates
|
||||
|
||||
bookworm:
|
||||
ubuntu: jammy
|
||||
bullseye:
|
||||
ubuntu: focal
|
||||
buster:
|
||||
ubuntu: bionic
|
||||
equivalents:
|
||||
bookworm:
|
||||
ubuntu: jammy
|
||||
bullseye:
|
||||
ubuntu: focal
|
||||
buster:
|
||||
ubuntu: bionic
|
||||
Reference in New Issue
Block a user