From 01d8b7e3dcb77c68dbcd7d93cef06e6058f3860d Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Mon, 28 Mar 2022 21:20:13 +0200 Subject: [PATCH 1/2] Python3 for Debian --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7958429..5fda08b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 From 2f9c04c49f099b74d491d0650d7d159fb50a14ab Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Mon, 28 Mar 2022 21:43:19 +0200 Subject: [PATCH 2/2] Adds some meta information --- README.md | 3 ++- meta/main.yml | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e1d11fe..b96285e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Example Playbook License ------- -MIT +- BSD-3-Clause +- MIT Author Information ------------------ diff --git a/meta/main.yml b/meta/main.yml index 3a212a9..9b1bb07 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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