我需要从当前日期开始获取一个月内发行的图书数量,这就是为什么我需要像这样运行
The checksum parameter has to be in format <algorithm>:<checksum> the example in ansible documentation is as below:
但是在这之间我需要传递'2019-02-27'但我的变量给出了2019-02-27 我该如何解决这个问题。 谢谢进阶
答案 0 :(得分:1)
尝试一下:
$variable = "'2019-02-27'"; // will return '2019-02-27'