From a08d2d6731a58a1980800c47cfa6dcdbe97ef303 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Sat, 25 Feb 2023 12:06:08 -0500 Subject: [PATCH] docs(README): standardize example playbook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a94d3d..41edd48 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Example Playbook ---------------- ```yaml -- hosts: web +- hosts: all roles: - role: elliotweiser.osx-command-line-tools # Dependency of geerlingguy.mac.homebrew - role: geerlingguy.mac.homebrew