From a86d828553d4d724d4ad3ca5335711b6bb1c0eb5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 10 Aug 2023 17:50:50 +0200 Subject: cloud_init_wait: factor out to file_wait --- roles/file_wait/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/file_wait/README.md (limited to 'roles/file_wait/README.md') diff --git a/roles/file_wait/README.md b/roles/file_wait/README.md new file mode 100644 index 0000000..0f4c22b --- /dev/null +++ b/roles/file_wait/README.md @@ -0,0 +1,4 @@ +This weird and extremely convoluted way to wait until a file exists +(disregarding reboots) was borrowed from RedHat themselves: + + https://www.ansible.com/blog/tolerable-ansible -- cgit v1.2.3