diff --git a/defaults/main.yml b/defaults/main.yml index d08d1ee..777772f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -36,4 +36,5 @@ win_packages: apply_win_updates: false common_show_ipv6: false|bool -common_root_pwd: l3tm31nN0w \ No newline at end of file +common_root_pwd: l3tm31nN0w +common_rool_email: admin@somplace.co.nz \ No newline at end of file diff --git a/tasks/communication.yml b/tasks/communication.yml index 1b58f7c..553f2ef 100644 --- a/tasks/communication.yml +++ b/tasks/communication.yml @@ -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