--- - hosts: - debian # Runs on root user already become: false tasks: - name: Start All Services command: bash "/root/scripts/start_services.sh"