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

@@ -37,3 +37,4 @@ apply_win_updates: false
common_show_ipv6: false|bool
common_root_pwd: l3tm31nN0w
common_rool_email: admin@somplace.co.nz

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