diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 20:22:25 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 20:22:25 +0100 |
commit | 7574b6ce80e26739e0cd21da2872729c7612f0a7 (patch) | |
tree | b7de9c21680129521c164e2fabf20457a98402f7 /debian/rules | |
parent | 1454f12b05b364ba43ebc0c7e49a098aa43f87c9 (diff) | |
download | debian-ansible-core-7574b6ce80e26739e0cd21da2872729c7612f0a7.zip |
typo fix
Diffstat (limited to 'debian/rules')
-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 %: |