Do not mark all directories as safe for git clone by default

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/920758
Change-Id: I1c2e1d10efe0e9f7a8f4c5f0d914825767a2f655
This commit is contained in:
Jonathan Rosser 2024-05-29 16:44:57 +01:00
parent a8d1c8268a
commit 09663ab12a

View File

@ -213,5 +213,9 @@ openstack_hosts_systemd_networkd_prefix: openstack-net
openstack_hosts_systemd_services: []
openstack_hosts_systemd_slice: "openstack-hosts"
openstack_hosts_git_safe_directories:
- "*"
# define this variable to specify directories that are 'safe' for git clone
# during pip install, typically only required for CI jobs or when the
# openstack service repos are pre-staged/bind-mounted into LXC containers
# and referenced using the file:// method.
# openstack_hosts_git_safe_directories:
# - "*"