Skip to content

Commit

Permalink
Update ansible common system packages
Browse files Browse the repository at this point in the history
- Add xdg-utils system package, required from external
  utilities to open a file or URL in the user's preferred
  application
  • Loading branch information
theodore86 committed Jun 25, 2022
1 parent cf7aeaa commit 61693d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Based on Ubuntu `focal/20.04` box from: [HashiCorp's Vagrant Cloud](https://app.
- yq
- bridge-utils
- x11-apps
- xdg-utils
- lsyncd

## Accessing the Project Source Code
Expand Down
1 change: 1 addition & 0 deletions provisioners/ansible/roles/common/system/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ system_required_packages:
- 'dos2unix'
- 'socat'
- 'bridge-utils'
- 'xdg-utils'
- 'jq'
system_inotify_filewatchers: '131072'
...

0 comments on commit 61693d5

Please sign in to comment.