diff options
author | Rick Elrod <rick@elrod.me> | 2020-03-24 23:15:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 23:15:01 +0100 |
commit | 28f8b8976022728b24534cae871d2b3c8724ecce (patch) | |
tree | 8afc68451acf4994349e054b51167942bc8682ca /test/support/README.md | |
parent | galaxy - preserve mode properly on artifact (#68418) (diff) | |
download | ansible-28f8b8976022728b24534cae871d2b3c8724ecce.tar.xz ansible-28f8b8976022728b24534cae871d2b3c8724ecce.zip |
add readme to test/support (#68450)
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'test/support/README.md')
-rw-r--r-- | test/support/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/support/README.md b/test/support/README.md new file mode 100644 index 0000000000..850bc9214d --- /dev/null +++ b/test/support/README.md @@ -0,0 +1,11 @@ +# IMPORTANT! + +Files under this directory are not actual plugins and modules used by Ansible +and as such should **not be modified**. They are used for testing purposes +only (and are temporary). + +In almost every case, pull requests affecting files under this directory +will be closed. + +**You are likely looking for something under +https://github.com/ansible-collections/ instead.** |