diff --git a/README.md b/README.md index c80d2c2..19502f3 100644 --- a/README.md +++ b/README.md @@ -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 ```