Fix incorrect copying of sources.list.d to container image
This was missing a trailing / on the source path so created an extra incorrect level of directories on the target. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/924474 Change-Id: I2eaf37b3c512bd41d18a4704fa3c52a0de58f5b3
This commit is contained in:
parent
3dd0d52d7e
commit
c868a7f6da
@ -22,7 +22,7 @@ _lxc_hosts_container_build_command: >-
|
||||
|
||||
_lxc_copy_from_host:
|
||||
- /etc/apt/sources.list
|
||||
- /etc/apt/sources.list.d
|
||||
- /etc/apt/sources.list.d/
|
||||
- /etc/apt/apt.conf.d/
|
||||
- /etc/apt/trusted.gpg.d/
|
||||
- /etc/apt/trusted.gpg
|
||||
|
Loading…
x
Reference in New Issue
Block a user