diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
commit | 066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch) | |
tree | 5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/file_wait/README.md | |
parent | fix task names, small refactoring, etc. (diff) | |
download | infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip |
update role READMEs
Diffstat (limited to '')
-rw-r--r-- | roles/file_wait/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/file_wait/README.md b/roles/file_wait/README.md index 0f4c22b..6409dfa 100644 --- a/roles/file_wait/README.md +++ b/roles/file_wait/README.md @@ -1,3 +1,5 @@ +This role waits for a file to be present on a host. + This weird and extremely convoluted way to wait until a file exists (disregarding reboots) was borrowed from RedHat themselves: |