From: Lorin Hochstein Date: Sun, 23 Apr 2017 04:25:47 +0000 (-0700) Subject: Add makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=f1e629818efb7cd6110dc4832ab26e509cd20160;p=ansiblebook.git Add makefile --- diff --git a/ch02/playbooks/Makefile b/ch02/playbooks/Makefile new file mode 100644 index 0000000..0d8de1b --- /dev/null +++ b/ch02/playbooks/Makefile @@ -0,0 +1,4 @@ +.PHONY: run + +run: + ansible-playbook web-notls.yml