summaryrefslogtreecommitdiffstats
path: root/docs/resource_copy.md
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2021-04-28 20:00:05 +0200
committerAlan Rominger <arominge@redhat.com>2021-04-28 20:00:05 +0200
commitee68dd00aa83397caf1fa9818eecacbc53e01f46 (patch)
treef9c29c6e5484d2813e253d16d5dffe02a15649e7 /docs/resource_copy.md
parentMerge pull request #10035 from sean-m-sullivan/survey_idempotent (diff)
downloadawx-ee68dd00aa83397caf1fa9818eecacbc53e01f46.tar.xz
awx-ee68dd00aa83397caf1fa9818eecacbc53e01f46.zip
Remove inventory-related docs which are outdated or wrong
Diffstat (limited to 'docs/resource_copy.md')
-rw-r--r--docs/resource_copy.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/resource_copy.md b/docs/resource_copy.md
index b63c8917fe..d0d87908d5 100644
--- a/docs/resource_copy.md
+++ b/docs/resource_copy.md
@@ -31,7 +31,6 @@ Currently, the available list of copiable resources are:
- workflows
- credentials
- notifications
-- inventory scripts
For most of the resources above, only the object to be copied itself will be copied; for some resources
like inventories, however, sub resources belonging to the resource will also be copied to maintain the
@@ -145,9 +144,6 @@ of workflow job template nodes.
the same as creating an inventory B with all necessary fields for creation coming from inventory A. Other
than that, inventory B should inherit A's `instance_groups`, and have exactly the same host and group
structures as A.
-* Inventory scripts should be able to copy themselves. The behavior of copying inventory script A
- shall be exactly the same as creating an inventory script B with all necessary fields for creation
- coming from inventory script A.
* Job templates should be able to copy themselves. The behavior of copying job template A
shall be exactly the same as creating a job template B with all necessary fields for creation
coming from job template A. Other than that, job template B should inherit A's `labels`,