diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-01-09 20:01:48 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-01-09 20:01:48 +0100 |
commit | 6d8eb777241df2143cedc9e1635b9882022185d8 (patch) | |
tree | 4efa6b13436944aec2b087d7d06f77de0b474632 /debian/rules | |
parent | de16b9a5064e62fce9b42e8f247784e7a24bd50a (diff) | |
download | debian-ansible-core-6d8eb777241df2143cedc9e1635b9882022185d8.zip |
Make it easier to build on machines with ansible << 2.10 installed
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 81b005ac..516aa8ef 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ DOPACKAGES = $(shell dh_listpackages) export PYBUILD_DESTDIR=debian/tmp +# Make it easier to build one machines with ansible << 2.10 installed. +export ANSIBLE_SKIP_CONFLICT_CHECK=1 + %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild |