mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
update meta info
This commit is contained in:
parent
9f2e309ab7
commit
d4f1b40aaa
2 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: L3D
|
author: L3D
|
||||||
description: Install and configure i3wm (https://i3wm.org/)
|
role_name: i3wm
|
||||||
license: "Apache"
|
description: Install and configure i3wm on common linux distibutions (https://i3wm.org/)
|
||||||
min_ansible_version: 2.2
|
license: "MIT"
|
||||||
|
min_ansible_version: 2.3
|
||||||
github_branch: master
|
github_branch: master
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
|
@ -11,6 +12,7 @@ galaxy_info:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- stretch
|
- stretch
|
||||||
|
- jessie
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
|
@ -22,4 +24,5 @@ galaxy_info:
|
||||||
- i3wm
|
- i3wm
|
||||||
- arch
|
- arch
|
||||||
- desktop
|
- desktop
|
||||||
|
- linux
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
@ -33,5 +33,5 @@ __i3_workspaces:
|
||||||
|
|
||||||
user: "{{ i3wm_user }}"
|
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'
|
playbook_version_path: '/etc/ansible-version/role-i3wm_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue