Use hyphen not underscore for timestamp.
This commit is contained in:
@@ -775,7 +775,7 @@
|
||||
alias ansible-facts='ansible localhost -m setup --connection=local'
|
||||
function_now: |
|
||||
function now {
|
||||
date "+%Y%m%d_%H%M%S"
|
||||
date "+%Y%m%d-%H%M%S"
|
||||
}
|
||||
function today {
|
||||
date "+%Y%m%d"
|
||||
|
Reference in New Issue
Block a user