diff --git a/collection_prep/cmd/add_docs.py b/collection_prep/cmd/add_docs.py index 2ce8290..f19dfb7 100755 --- a/collection_prep/cmd/add_docs.py +++ b/collection_prep/cmd/add_docs.py @@ -49,7 +49,9 @@ "netconf", "modules", "test", - "validate" + "validate", + "cli_parsers", + "fact_diff" ) TEMPLATE_DIR = os.path.dirname(__file__) ANSIBLE_COMPAT = """## Ansible version compatibility diff --git a/collection_prep/cmd/update.py b/collection_prep/cmd/update.py index d2f8cd5..639c5d3 100644 --- a/collection_prep/cmd/update.py +++ b/collection_prep/cmd/update.py @@ -29,6 +29,8 @@ "netconf", "terminal", "inventory", + "cli_parses", + "fact_diff" ) SPECIALS = {"ospfv2": "OSPFv2", "interfaces": "Interfaces", "static": "Static"}