diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-10 17:50:50 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-10 19:30:13 +0200 |
commit | a86d828553d4d724d4ad3ca5335711b6bb1c0eb5 (patch) | |
tree | db7b9ae3803aec2f871c8ead356b9091a581c014 /roles/file_wait/README.md | |
parent | cloud_init_wait: tolerate reboots (diff) | |
download | infra-ansible-a86d828553d4d724d4ad3ca5335711b6bb1c0eb5.tar.gz infra-ansible-a86d828553d4d724d4ad3ca5335711b6bb1c0eb5.zip |
cloud_init_wait: factor out to file_wait
Diffstat (limited to '')
-rw-r--r-- | roles/file_wait/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |