diff --git a/README.md b/README.md index 889982b..b00229f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ansible role to wait for a cloud-init bootstrapped host to initialize. Disable fact gathering before calling this role: -``` +```yaml - name: Wait for servers to come up hosts: ... gather_facts: no