diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6f85bf20..954fed95 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DOPACKAGES = $(shell dh_listpackages) export PYBUILD_DESTDIR=debian/tmp -# Make it easier to build one machines with ansible << 2.10 installed. +# Make it easier to build on machines with ansible << 2.10 installed. export ANSIBLE_SKIP_CONFLICT_CHECK=1 %: |