add vars file for tumbleweed; sadly version changes with zypper dup which breaks us; galaxy bump
This commit is contained in:
parent
20ce6deaec
commit
4d14d4d49f
@ -8,7 +8,7 @@ namespace: jchristianh
|
|||||||
name: baseos
|
name: baseos
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Include distribution specific variables
|
- name: Include distribution specific variables
|
||||||
include_vars:
|
include_vars:
|
||||||
file: "{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}.yml"
|
file: "{{ ansible_distribution | regex_replace('\\s+', '_') | lower }}_{{ ansible_distribution_major_version }}.yml"
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- name: Non-supported distribution; using default package set
|
- name: Non-supported distribution; using default package set
|
||||||
|
22
roles/base_packages/vars/opensuse_tumbleweed_20220324.yml
Normal file
22
roles/base_packages/vars/opensuse_tumbleweed_20220324.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
__base_packages:
|
||||||
|
- bc
|
||||||
|
- bzip2
|
||||||
|
- file
|
||||||
|
- ftp
|
||||||
|
- git
|
||||||
|
- iptraf
|
||||||
|
- mlocate
|
||||||
|
- lsof
|
||||||
|
- rsync
|
||||||
|
- sudo
|
||||||
|
- tar
|
||||||
|
- tcpdump
|
||||||
|
- telnet
|
||||||
|
- traceroute
|
||||||
|
- tree
|
||||||
|
- unzip
|
||||||
|
- wget
|
||||||
|
- whois
|
||||||
|
- zip
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user