Skip to content
  • Florian Haas's avatar
    Get timestamp even in check mode · 8dac2115
    Florian Haas authored
    We want to set the _timestamp fact, even when we're running
    "ansible-playbook --check". Ansible skips any tasks using the shell
    and command modules in check mode by default, so we have to force
    running the "date" command by setting the (confusingly named)
    "check_mode: no" option on that task.
    8dac2115