File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ update-composer:
4545 cmd.run:
4646 - name: " {{ install_file }} selfupdate"
4747{% if grains[' os_family' ] == ' FreeBSD' % }
48- - unless: test $ (date - v+ 60d - j - f " %Y-%m-%d %H:%M:%S" " $({{ install_file }} --version | cut -d ' ' -f 4,5)" " +%s " ) - gt $ (date " +%s " )
48+ - unless: test $ (date - v+ 60d - j - f " %Y-%m-%d %H:%M:%S" " $({{ install_file }} --version --no-interaction | cut -d ' ' -f 4,5)" " +%s " ) - gt $ (date " +%s " )
4949{% else % }
50- - unless: test $ (date - d " 60 days $({{ install_file }} --version | cut -d ' ' -f 4,5)" " +%s " ) - gt $ (date " +%s " )
50+ - unless: test $ (date - d " 60 days $({{ install_file }} --version --no-interaction | cut -d ' ' -f 4,5)" " +%s " ) - gt $ (date " +%s " )
5151{% endif % }
5252 - cwd: {{ php.lookup.pkgs.local_bin }}
5353 - env:
You can’t perform that action at this time.
0 commit comments