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