mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
Update role name
This commit is contained in:
parent
31c8ca4dbf
commit
26ef328412
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ If you want to use wayland instead of xorg, think about using [sway](https://swa
|
||||||
|
|
||||||
### Get it directly from Ansible Galaxy
|
### Get it directly from Ansible Galaxy
|
||||||
```bash
|
```bash
|
||||||
$ ansible-galaxy install l3d.i3wm
|
$ ansible-galaxy install roles-ansible.i3wm
|
||||||
```
|
```
|
||||||
|
|
||||||
Role Variables
|
Role Variables
|
||||||
|
@ -26,7 +26,7 @@ For a good overview about possible variables, please have a look into ``defaults
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- vars/main.yml
|
||||||
roles:
|
roles:
|
||||||
- {role: l3d.i3wm, tags[i3, i3wm]}
|
- {role: roles-ansible.i3wm, tags[i3, i3wm]}
|
||||||
```
|
```
|
||||||
*`vars/main.yml`*
|
*`vars/main.yml`*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue