diff --git a/roles/network/tasks/computed_network.yml b/roles/network/tasks/computed_network.yml index 5e1bcebe6..34a7fc32e 100644 --- a/roles/network/tasks/computed_network.yml +++ b/roles/network/tasks/computed_network.yml @@ -194,7 +194,7 @@ - name: Add 'computed_network' variable values to /etc/iiab/iiab.ini ini_file: - dest: "{{ iiab_config_file }}" + dest: "{{ iiab_ini_file }}" section: computed_network option: "{{ item.option }}" value: "{{ item.value }}"