Skip to content

Commit

Permalink
fix(environmentFile): Remove unneeded register and changed_when
Browse files Browse the repository at this point in the history
  • Loading branch information
ndench committed Feb 1, 2018
1 parent a6b26e6 commit d7a2eed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
owner: "{{ item.value.owner|default(omit) }}"
group: "{{ item.value.owner|default(omit) }}"
state: touch
register: environment_file_result
changed_when: environment_file_result.diff.before.state != "file"
with_dict: "{{ environment_files }}"

- name: Remove previous system environment values
Expand Down

0 comments on commit d7a2eed

Please sign in to comment.