You've already forked ansible-role-common
missing default for root_email
This commit is contained in:
@@ -36,4 +36,5 @@ win_packages:
|
|||||||
apply_win_updates: false
|
apply_win_updates: false
|
||||||
|
|
||||||
common_show_ipv6: false|bool
|
common_show_ipv6: false|bool
|
||||||
common_root_pwd: l3tm31nN0w
|
common_root_pwd: l3tm31nN0w
|
||||||
|
common_rool_email: admin@somplace.co.nz
|
||||||
@@ -38,6 +38,6 @@
|
|||||||
- name: Ensure root forwarding address is set
|
- name: Ensure root forwarding address is set
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: ~/.forward
|
dest: ~/.forward
|
||||||
regexp: "{{ root_email }}"
|
regexp: "{{ common_root_email }}"
|
||||||
line: "{{ root_email }}"
|
line: "{{ common_root_email }}"
|
||||||
create: yes
|
create: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user