Implemented msmtp for wordpress

This commit is contained in:
2025-04-03 14:05:00 +02:00
parent fa10fe558d
commit 170636d098
16 changed files with 200 additions and 42 deletions

View File

@@ -1,6 +1,8 @@
---
- name: install nginx
pacman: name=nginx state=present
pacman:
name: nginx
state: present
notify: restart nginx
when: run_once_nginx is not defined