summaryrefslogtreecommitdiffstats
path: root/roles/ansible_tower/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ansible_tower/tasks')
-rw-r--r--roles/ansible_tower/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/ansible_tower/tasks/main.yaml b/roles/ansible_tower/tasks/main.yaml
index d27c48e6a..c110a3b70 100644
--- a/roles/ansible_tower/tasks/main.yaml
+++ b/roles/ansible_tower/tasks/main.yaml
@@ -36,7 +36,7 @@
dest: /etc/tower/settings.py
backrefs: yes
regexp: "^({{ item.option }})( *)="
- line: '\1\2 = {{ item.value }}'
- with_items: config_changes | default([])
+ line: '\1\2= {{ item.value }}'
+ with_items: config_changes | default([], true)