Skip to content

Commit

Permalink
Merge pull request #16 from route1337/locate
Browse files Browse the repository at this point in the history
Adding locate package
  • Loading branch information
ahrenstein authored Mar 11, 2023
2 parents 579dc74 + 1d5dc53 commit 4c50516
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Ansible Role - ubuntu-base: Changelog
=====================================
A list of all the changes made to this repo, and the role it contains

Version 1.3.1
-------------

1. Add the `locate` command
1. We don't run `updatedb` because it can take too long

Version 1.3.0
-------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Changes performed:
14. net-tools
15. zsh
16. fzf (Ubuntu 20.04+ only)
17. locate
3. Set root to use zsh
4. Deploy a custom `zshrc` system-wide
5. Install and configure ntp to run off the NTP pool using the `UTC` timezone
Expand Down
1 change: 1 addition & 0 deletions tasks/prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- psmisc
- net-tools
- zsh
- locate

- name: (Ubuntu 20.04+) Add packages
apt:
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/repo-role/standard/prereqs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
end

# Verify the packages we want are installed
%w{bmon htop vim curl gnupg2 atop git molly-guard python3-pip python3-dev unzip psmisc net-tools zsh}.each do |pkg|
%w{bmon htop vim curl gnupg2 atop git molly-guard python3-pip python3-dev unzip psmisc net-tools zsh locate}.each do |pkg|
describe package(pkg) do
it { should be_installed }
end
Expand Down

0 comments on commit 4c50516

Please sign in to comment.