aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-08-03 11:51:10 +0200
committerErik Skultety <eskultet@redhat.com>2022-09-22 10:38:27 +0000
commited2c1d4a54e301f6daa1efdd30d128d1c0e3f928 (patch)
tree9fa41d71af9d8fc6d33f2376b021b61ffa9e4271 /docs
parent98d0325498104ae758dfeee71cd493b0884e9940 (diff)
downloadlibvirt-ci-ed2c1d4a54e301f6daa1efdd30d128d1c0e3f928.zip
libvirt-ci-ed2c1d4a54e301f6daa1efdd30d128d1c0e3f928.tar.gz
libvirt-ci-ed2c1d4a54e301f6daa1efdd30d128d1c0e3f928.tar.bz2
lcitool: move ansible/group_vars/ to facts/targets/
The ansible/group_vars/ directory is not directly related to what is passed to Ansible in group variables; those also include packages. Furthermore, it is also used to generate Dockerfiles which does not involve Ansible. Move it to another name which matches the name of the variables in the code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/platforms_and_mappings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platforms_and_mappings.rst b/docs/platforms_and_mappings.rst
index 7a107a3..eb8389c 100644
--- a/docs/platforms_and_mappings.rst
+++ b/docs/platforms_and_mappings.rst
@@ -22,7 +22,7 @@ In case you'd like to add a new OS distribution then:
#. Fork the project.
-#. Add metadata under ``lcitool/ansible/group_vars/``
+#. Add metadata under ``lcitool/facts/targets/``
for the new OS distro. Have a look at the structure we use, pick a target
OS that's closest to what you're adding, copy-paste the configuration and
edit the relevant bits.