We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa671d4 + ca9eca9 commit 51772aaCopy full SHA for 51772aa
tasks/config.yml
@@ -12,7 +12,7 @@
12
- name: Remove previous values
13
lineinfile:
14
dest: "{{ environment_file }}"
15
- regexp: '^{{ item.key }}'
+ regexp: '^{{ item.key }}\ ?='
16
state: absent
17
with_dict: "{{ environment_config }}"
18
0 commit comments