Update 'README.md'

This commit is contained in:
jens 2020-10-26 09:21:35 +00:00
parent f12199ed6a
commit 46db3b12b2
1 changed files with 4 additions and 4 deletions

View File

@ -31,12 +31,12 @@ Example Playbook
----------------
```yaml
- name: "Install im pantry app"
hosts: im
- name: "Install drone"
hosts: drone
roles:
- ansible-role-im
- ansible-role-drone
vars:
- drone_gitea_server: "gitea.example.com"
- drone_gitea_server: "drone.example.com"
# more vars here
```