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
shell: "{{ item }}"
loop:
- "ae2enmod rewrite"
- "ae2enmod ssl"
- "a2enmod rewrite"
- "a2enmod ssl"
- name: Register certificates
block:
- name: Set up our filesystem heirarchy