mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
73e4b64f97
commit
27dff8a030
1 changed files with 2 additions and 6 deletions
|
@ -34,7 +34,7 @@ Example Ansible-Playbook:
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- do1jlr.ranger
|
- {role: do1jlr.ranger, tags: ranger}
|
||||||
```
|
```
|
||||||
|
|
||||||
### use via git command
|
### use via git command
|
||||||
|
@ -48,11 +48,7 @@ example Playbook:
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- ansible_role_ranger
|
- {role: ansible_role_ranger, tags: ranger}
|
||||||
tags:
|
|
||||||
- ranger
|
|
||||||
vars:
|
|
||||||
submodules_versioncheck: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
Loading…
Reference in a new issue