Got modded mc on the brain; fixed two typos

This commit is contained in:
Salt 2020-02-05 22:30:30 -06:00
parent 8906a0ea1e
commit db2bf21579

View File

@ -73,8 +73,8 @@
- name: Enable Apache configs and modules - name: Enable Apache configs and modules
shell: "{{ item }}" shell: "{{ item }}"
loop: loop:
- "ae2enmod rewrite" - "a2enmod rewrite"
- "ae2enmod ssl" - "a2enmod ssl"
- name: Register certificates - name: Register certificates
block: block:
- name: Set up our filesystem heirarchy - name: Set up our filesystem heirarchy