Compare commits

..

2 commits

Author SHA1 Message Date
2f9c04c49f Adds some meta information 2022-03-28 21:57:31 +02:00
01d8b7e3dc Python3 for Debian 2022-03-28 21:20:13 +02:00
3 changed files with 11 additions and 8 deletions

View file

@ -41,7 +41,8 @@ Example Playbook
License
-------
MIT
- BSD-3-Clause
- MIT
Author Information
------------------

View file

@ -1,7 +1,7 @@
galaxy_info:
author: your name
description: your description
company: your company (optional)
author: jotbe
description: Common packages and configuration
company: ""
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
@ -14,7 +14,9 @@ galaxy_info:
# - GPL-3.0-only
# - Apache-2.0
# - CC-BY-4.0
license: license (GPL-2.0-or-later, MIT, etc)
license:
- BSD-3-Clause
- MIT
min_ansible_version: 2.4

View file

@ -46,9 +46,9 @@
#update_cache: yes
vars:
packages:
- python-pip
- python-setuptools
- python-virtualenv
- python3-pip
- python3-setuptools
- python3-virtualenv
- apt-transport-https
- htop
- tmux