From d4f1b40aaa946308c5ca1b8ddcf541a4ab22c26c Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Tue, 11 Jun 2019 13:18:44 +0200 Subject: [PATCH] update meta info --- meta/main.yml | 9 ++++++--- vars/main.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 5947733..edcda12 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,10 @@ --- galaxy_info: author: L3D - description: Install and configure i3wm (https://i3wm.org/) - license: "Apache" - min_ansible_version: 2.2 + role_name: i3wm + description: Install and configure i3wm on common linux distibutions (https://i3wm.org/) + license: "MIT" + min_ansible_version: 2.3 github_branch: master platforms: - name: Archlinux @@ -11,6 +12,7 @@ galaxy_info: - name: Debian versions: - stretch + - jessie - name: Ubuntu versions: - bionic @@ -22,4 +24,5 @@ galaxy_info: - i3wm - arch - desktop + - linux dependencies: [] diff --git a/vars/main.yml b/vars/main.yml index 20a12e9..1121e5f 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -33,5 +33,5 @@ __i3_workspaces: user: "{{ i3wm_user }}" -playbook_version_number: 9004 # should be over ninethousand +playbook_version_number: 9005 # should be over ninethousand playbook_version_path: '/etc/ansible-version/role-i3wm_chaos-bodensee_github.com.version'