1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00

Merge pull request #18 from roles-ansible/DO1JLR-patch-1

Update README.md
This commit is contained in:
L3D 2023-10-29 15:23:32 +01:00 committed by GitHub
commit e62282feac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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