From e44ea908b48322445d716075a392a8227bbad59b Mon Sep 17 00:00:00 2001 From: Dean <22192242+saintdle@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:24:29 +0000 Subject: [PATCH] day66 fix formatting fix formatting for example --- Days/day66.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Days/day66.md b/Days/day66.md index adff7fe4c..c6eea8baa 100644 --- a/Days/day66.md +++ b/Days/day66.md @@ -17,7 +17,9 @@ we are basically going to copy our tasks into their own file within a folder. apt: name=apache2 state=latest - name: write the apache2 ports.conf config file - template: src=templates/ports.conf.j2 dest=/etc/apache2/ports.conf + template: + src=templates/ports.conf.j2 + dest=/etc/apache2/ports.conf notify: restart apache - name: write a basic index.html file @@ -115,4 +117,4 @@ I am going to leave this one here and in the next session we will start working This final playlist listed above is where a lot of the code and ideas came from for this section, a great resource and walkthrough in video format. -See you on [Day 67](day67.md) \ No newline at end of file +See you on [Day 67](day67.md)