fix references to sample files in setup.cfg (#4882)
parent
2849191e67
commit
fa6027e8f0
12
setup.cfg
12
setup.cfg
|
@ -33,12 +33,18 @@ data_files =
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
usr/share/doc/kubespray/inventory/ =
|
usr/share/doc/kubespray/inventory/ =
|
||||||
inventory/sample/hosts.ini
|
inventory/sample/inventory.ini
|
||||||
etc/kubespray/ =
|
etc/kubespray/ =
|
||||||
ansible.cfg
|
ansible.cfg
|
||||||
etc/kubespray/inventory/sample/group_vars/ =
|
etc/kubespray/inventory/sample/group_vars/ =
|
||||||
inventory/sample/group_vars/all.yml
|
inventory/sample/group_vars/etcd.yml
|
||||||
inventory/sample/group_vars/k8s-cluster.yml
|
etc/kubespray/inventory/sample/group_vars/all/ =
|
||||||
|
inventory/sample/group_vars/all/all.yml
|
||||||
|
inventory/sample/group_vars/all/azure.yml
|
||||||
|
inventory/sample/group_vars/all/coreos.yml
|
||||||
|
inventory/sample/group_vars/all/docker.yml
|
||||||
|
inventory/sample/group_vars/all/oci.yml
|
||||||
|
inventory/sample/group_vars/all/openstack.yml
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
Loading…
Reference in New Issue