mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
add python3-setuptools
This commit is contained in:
parent
66a49b666f
commit
8b72b49250
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ debian_packages:
|
||||||
- apt-dater-host
|
- apt-dater-host
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- aptitude
|
- aptitude
|
||||||
|
- python3-setuptools
|
||||||
|
|
||||||
packages_for_all_except_rhel:
|
packages_for_all_except_rhel:
|
||||||
- ranger
|
- ranger
|
||||||
|
@ -47,5 +48,5 @@ fedora_packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- python3
|
||||||
|
|
||||||
playbook_version_number: 8968 # should be over ninethousand
|
playbook_version_number: 8969 # should be over ninethousand
|
||||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
||||||
|
|
Loading…
Reference in a new issue