Skip to content
Snippets Groups Projects
Commit f0843cbd authored by Simon Constans's avatar Simon Constans
Browse files

Fix composer update date

parent 5a0bb7b4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
- name: Get date for composer update
shell:
date --date="{{ composer_update_day }} days ago" +"%s"
date --date='{{ composer_update_day }} days ago' +'%s'
register: composer_date
changed_when: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment