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:
|
||||
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: []
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue