filecoin-project / lotus-infra

1 stars 0 forks source link

Dryrun in Lotus Ansible Reset skips instead of running ansible in check mode #1610

Closed masih closed 2 months ago

masih commented 3 months ago

Ansible has a built-in dryrun feature. Instead of skipping the step entirely when dryrun flag is set, we should be running ansible with --check flag.

Look at how it is done here as an example.

masih commented 2 months ago

--check seem to get added to bash script arges that ends up getting passed on to ansible; nothing to do here.