diff --git a/debian/Makefile b/debian/Makefile index e144099..618e522 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -37,6 +37,6 @@ copy: ssh $(REPO_HOST) -- $(REPO_PATH)scan.sh "$(REPO_PATH)$(NAME)_$(VERSION)-$(RELEASE).deb"; deploy: - ansible $(ANSIBLE_HOST) -b -m apt -a "name=sour.is-paste update_cache=yes state=latest" + ansible $(ANSIBLE_HOST) -u xuu -b -m apt -a "name=sour.is-paste update_cache=yes state=latest" .PHONY: clean release build copy # deploy