Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 28, 2022
1 parent dd531e6 commit 00a5793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ galaxy_info:
versions:
- all
- name: FreeBSD
versions:
- 13
versions:
- 13

galaxy_tags:
- bootstrap
Expand Down
4 changes: 2 additions & 2 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ _bootstrap_install:
raw: "LANG=C apt-get update && apt-get install -y {{ bootstrap_packages }}"
stdout_regex: ' 0 newly installed'
FreeBSD:
raw: "env LANG=C pkg install -y {{ bootstrap_packages }}"
stdout_regex: 'New packages to be INSTALLED'
raw: "env LANG=C pkg install -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 Down

0 comments on commit 00a5793

Please sign in to comment.