|
|
@ -40,6 +40,27 @@ data_files = |
|
|
|
ansible.cfg |
|
|
|
playbook.yml |
|
|
|
share/enough/molecule = molecule/* |
|
|
|
# |
|
|
|
# Begin HACK |
|
|
|
# |
|
|
|
# find molecule/postfix/roles/debops.*/ molecule/postfix/roles -type l | while read i ; do test -d $i && echo $i ; done | perl -pe 's:(.*): share/enough/\1 = \1/*:' |
|
|
|
# |
|
|
|
# See https://stackoverflow.com/questions/55976838/how-can-setup-py-sdist-dereference-symbolic-links for more information about |
|
|
|
# why this is necesary. |
|
|
|
# |
|
|
|
share/enough/molecule/postfix/roles/debops.etc_aliases/env/defaults = molecule/postfix/roles/debops.etc_aliases/env/defaults/* |
|
|
|
share/enough/molecule/postfix/roles/debops.opendkim/env/templates = molecule/postfix/roles/debops.opendkim/env/templates/* |
|
|
|
share/enough/molecule/postfix/roles/debops.opendkim/env/defaults = molecule/postfix/roles/debops.opendkim/env/defaults/* |
|
|
|
share/enough/molecule/postfix/roles/debops.postfix/env/templates = molecule/postfix/roles/debops.postfix/env/templates/* |
|
|
|
share/enough/molecule/postfix/roles/debops.postfix/env/defaults = molecule/postfix/roles/debops.postfix/env/defaults/* |
|
|
|
share/enough/molecule/postfix/roles/debops.etc_aliases = molecule/postfix/roles/debops.etc_aliases/* |
|
|
|
share/enough/molecule/postfix/roles/debops.secret = molecule/postfix/roles/debops.secret/* |
|
|
|
share/enough/molecule/postfix/roles/debops.opendkim = molecule/postfix/roles/debops.opendkim/* |
|
|
|
share/enough/molecule/postfix/roles/debops.ansible_plugins = molecule/postfix/roles/debops.ansible_plugins/* |
|
|
|
share/enough/molecule/postfix/roles/debops.postfix = molecule/postfix/roles/debops.postfix/* |
|
|
|
# |
|
|
|
# End HACK |
|
|
|
# |
|
|
|
share/enough/inventory = inventory/* |
|
|
|
|
|
|
|
[entry_points] |
|
|
|