From ceec1ffaead773ff3de80ceb09489f1ce31d0cf4 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 17 Apr 2023 17:51:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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