Skip to content

Commit

Permalink
Merge pull request #27 from ei-grad/patch-1
Browse files Browse the repository at this point in the history
Fix duplicate aliases, closes #26
  • Loading branch information
tersmitten authored Jun 20, 2016
2 parents 9365490 + 171ee64 commit f08ec8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- name: configure aliases
lineinfile:
dest: /etc/aliases
regexp: '^{{ item.user }}:\s+{{ item.alias }}'
regexp: '^{{ item.user }}:.*'
line: '{{ item.user }}: {{ item.alias }}'
owner: root
group: root
Expand Down

0 comments on commit f08ec8c

Please sign in to comment.