diff --git a/README.md b/README.md index b96285e..e1d11fe 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ Example Playbook License ------- -- BSD-3-Clause -- MIT +MIT Author Information ------------------ diff --git a/meta/main.yml b/meta/main.yml index 9b1bb07..3a212a9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: jotbe - description: Common packages and configuration - company: "" + author: your name + description: your description + company: your company (optional) # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,7 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: - - BSD-3-Clause - - MIT + license: license (GPL-2.0-or-later, MIT, etc) min_ansible_version: 2.4 diff --git a/tasks/main.yml b/tasks/main.yml index 5fda08b..7958429 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -46,9 +46,9 @@ #update_cache: yes vars: packages: - - python3-pip - - python3-setuptools - - python3-virtualenv + - python-pip + - python-setuptools + - python-virtualenv - apt-transport-https - htop - tmux