diff --git a/roles/network/tasks/computed_services.yml b/roles/network/tasks/computed_services.yml index 73f9cfa61..118422786 100644 --- a/roles/network/tasks/computed_services.yml +++ b/roles/network/tasks/computed_services.yml @@ -51,7 +51,7 @@ - name: Add 'network' variable values (from computed_services.yml) to /etc/iiab/iiab.ini ini_file: - dest: "{{ iiab_config_file }}" + dest: "{{ iiab_ini_file }}" section: network option: "{{ item.option }}" value: "{{ item.value }}"