Compare commits

..

No commits in common. "cf9084c620c27a9e6fa4ff721923b3d810d1dcd7" and "8703443268ed8fa2d36598ac1b5cb236b6113c25" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -1,9 +1,3 @@
- name: Workaround ansible switch between users
file:
path: "/tmp/ansible/"
mode: 0777
state: directory
- name: DB - Install PostgreSQL
package:
state: latest

View File

@ -3,9 +3,7 @@
when: mailserver_mx_domain != ""
lineinfile:
path: /etc/dehydrated/domains.txt
regexp: '(.+){{ mailserver_mx_domain }}(.*)?'
line: '\1{{ mailserver_mx_domain }}\2'
backrefs: yes
line: "{{ mailserver_mx_domain }}"
- name: website - nginx domain
notify: reload nginx