I ran my ansible playbook with --check first (I thought) but it still deleted /var/www on the production server. Turns out I typed `-C` in the wrong place? The inventory file said [test] but the IPs inside were production. Im still confused how --check failed. Playbook was for test environment only.
Is there a way to make check mode absolutely bulletproof? Sorry if this is dumb