You've already forked ansible-role-common
missing default for root_email
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user