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:
45
45
cmd.run:
46
46
- name: " {{ install_file }} selfupdate"
47
47
{% 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 " )
49
49
{% 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 " )
51
51
{% endif % }
52
52
- cwd: {{ php.lookup.pkgs.local_bin }}
53
53
- env:
You can’t perform that action at this time.
0 commit comments