diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e17dfdbe..4fb9027c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,9 @@ export ANSIBLE_SKIP_CONFLICT_CHECK=1 dh $@ --with python3 --buildsystem=pybuild override_dh_clean: - dh_clean --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ + dh_clean \ + --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ \ + --exclude=test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/modules/uses_leaf_mu_flat_import.bak #override_dh_auto_build: # dh_auto_build |