Skip to content
Snippets Groups Projects
Commit c988c5b8 authored by Sander Kuusemets's avatar Sander Kuusemets
Browse files

Update main.yml

parent f651d79a
No related merge requests found
......@@ -21,7 +21,8 @@
shell: "chattr +i /etc/named/*"
- name: httpd
shell: "find /var/www/ -type d -exec chmod 000 {} \;"
shell: |
find /var/www/ -type d -exec chmod 000 {} \;
- name: Services
service:
......@@ -39,4 +40,4 @@
shell: systemctl mask httpd
- name: finalize
community.general.shutdown:
\ No newline at end of file
community.general.shutdown:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment