mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
sometimes you need pwgen...
This commit is contained in:
parent
66572a2fff
commit
f960e8d938
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ base__packages:
|
|||
- net-tools
|
||||
- gdisk
|
||||
- lsof
|
||||
- pwgen
|
||||
|
||||
# packages for all non-legacy x86 systems
|
||||
base__modern_packages:
|
||||
|
@ -61,5 +62,5 @@ base__linux_packages:
|
|||
- bzip2
|
||||
- jq
|
||||
|
||||
playbook_version_number: 9016
|
||||
playbook_version_number: 9017
|
||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||
|
|
Loading…
Reference in a new issue