From 982a36c915cd776536092b593f06ae2a1ef2462a Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Wed, 10 Jul 2019 14:38:32 -0400 Subject: [PATCH] Update contrib script documentation (#58883) * Update contrib script documentation - new inventory solutions should be plugins, not scripts --- contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/README.md b/contrib/README.md index 4c3082ad6f4..c9f77e7e64d 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -22,5 +22,5 @@ Vault scripts provided here use this facility to retrieve the vault secret from contributions welcome ===================== -Send in pull requests to add scripts of your own. The sky is the limit! +We are only accepting bugfixes for inventory scripts. If you want to add features or a new inventory type, target [inventory plugins](https://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html#inventory-plugins).