summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSloane Hertel <shertel@redhat.com>2019-07-10 14:38:32 -0400
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-07-10 13:38:31 -0500
commit982a36c915cd776536092b593f06ae2a1ef2462a (patch)
tree77ce83545dfdb2290c6983879d84fc4e9ae007a9 /contrib
parent00d7aed56bdbc554dc26b4a32c77e4e9f92cc4ad (diff)
downloadansible-982a36c915cd776536092b593f06ae2a1ef2462a.tar.gz
Update contrib script documentation (#58883)
* Update contrib script documentation - new inventory solutions should be plugins, not scripts
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 4c3082ad6f..c9f77e7e64 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).