Skip to content

Commit

Permalink
day66 fix formatting
Browse files Browse the repository at this point in the history
fix formatting for example
  • Loading branch information
saintdle authored Mar 7, 2022
1 parent 8baedee commit e44ea90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Days/day66.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
See you on [Day 67](day67.md)

0 comments on commit e44ea90

Please sign in to comment.