Skip to content
Snippets Groups Projects
Commit 0bbfa1c6 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Touch auto generated conf

parent 1f5cc4d3
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,13 @@
force: true
backup: true
- name: touch generated conf
file:
path: "{{ conf_repo_dest }}/auto-generated-conf.sh"
access_time: preserve
modification_time: preserve
state: touch
- name: touch local conf
file:
path: "{{ conf_repo_dest }}/conf.sh"
......@@ -114,7 +121,6 @@
lower: true
- name: load generated conf
when: check_conf.stat.exists or conf_update
changed_when: false
check_mode: false
source_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment