--- - hosts: - debian # Runs on root user already become: false tasks: - name: Restart all services command: bash /root/scripts/start_services.sh