From 6a06755eab8894e36e821ab85e34a0eaf45410b8 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 12 Sep 2023 17:19:37 +0100 Subject: [PATCH] Update list of devtools projects (#138) --- config/devtools.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/devtools.yml b/config/devtools.yml index 9041940..645d0be 100644 --- a/config/devtools.yml +++ b/config/devtools.yml @@ -2,9 +2,11 @@ # Not all these repos are fully managed or maintained by the team. # We aim to use this file when performing maintenance and audit. repos: + - ansible-community/ansible-cdk - ansible-community/molecule - - ansible-community/molecule-plugins + - ansible-community/molecule-plugins # nurtured - ansible-community/protogen # deprecated? + - ansible-community/pytest-ansible - ansible-community/role2collection - ansible/ansible-compat - ansible/ansible-language-server @@ -18,3 +20,4 @@ repos: - pycontribs/enrich - pycontribs/selinux - pycontribs/subprocess-tee + - tox-dev/tox-ansible