Skip to content

Commit

Permalink
fix #126
Browse files Browse the repository at this point in the history
No CI for test so far. #126
  • Loading branch information
buluma committed Feb 27, 2023
1 parent 1419440 commit 04fbf1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _bootstrap_packages:
Archlinux: python sudo
Debian: python3 sudo gnupg python3-apt
FreeBSD: python sudo
OpenBSD: python3 sudo gnupg
Gentoo: python sudo gentoolkit
RedHat: &redhat_packages python3 sudo
Suse: python3 python3-xml sudo
Expand Down Expand Up @@ -33,6 +34,9 @@ _bootstrap_install:
FreeBSD:
raw: "env LANG=C pkg install -y {{ bootstrap_packages }}"
stdout_regex: 'New packages to be INSTALLED'
OpenBSD:
raw: "env LANG=C pkg_add -U -I -y {{ bootstrap_packages }}"
stdout_regex: 'New packages to be INSTALLED'
Gentoo:
raw: "LANG=C equery l {{ bootstrap_packages }} ||
(emaint -a sync ; emerge -qkv {{ bootstrap_packages }} ; echo 'changed')"
Expand All @@ -58,6 +62,7 @@ bootstrap_os_family_map:
Linux Mint, SteamOS, Devuan, Kali, Cumulus Linux,
'Pop!_OS', Parrot, Pardus GNU/Linux]
FreeBSD: [FreeBSD]
OpenBSD: [OpenBSD]
Gentoo: [Gentoo, Funtoo]
RedHat: [RedHat, Fedora, CentOS, Scientific, SLC,
Ascendos, CloudLinux, PSBM, Rocky, OracleLinux,
Expand Down

0 comments on commit 04fbf1c

Please sign in to comment.