missing default for root_email

This commit is contained in:
2022-03-11 20:21:44 +13:00
parent 34fba6c48f
commit 72012c7236
2 changed files with 4 additions and 3 deletions

View File

@@ -38,6 +38,6 @@
- name: Ensure root forwarding address is set
lineinfile:
dest: ~/.forward
regexp: "{{ root_email }}"
line: "{{ root_email }}"
regexp: "{{ common_root_email }}"
line: "{{ common_root_email }}"
create: yes