Merge "Delete the unused policy file check"

This commit is contained in:
Zuul 2018-04-18 15:00:11 +00:00 committed by Gerrit Code Review
commit da6e921713

View File

@ -62,11 +62,6 @@
notify:
- "Restart {{ item.key }} container"
- name: Check if policies shall be overwritten
local_action: stat path="{{ node_custom_config }}/congress/policy.json"
run_once: True
register: congress_policy
- name: Copying over existing policy file
template:
src: "{{ congress_policy_file_path }}"