How to run command only on first run playbook, skip on next rerun? – Magento
I want to download data from git only on first run of playbook. For example, I have this - name: Check if Magento is already installed stat: path=/var/www/html/index.php register: index_php - name: Deploy the latest version from OpenMage github, only…