Help Center> CodeArts Deploy> FAQs> Custom Application Actions> Ansible> Ansible Application Deployment Fails
Updated on 2023-11-28 GMT+08:00

Ansible Application Deployment Fails

Symptoms

The deployment of the action Ansible fails and the error message Download file error is displayed.

Cause Analysis

The downloaded playbook package is too large, or there are more than 1024 files in the package.

Solution

  1. Re-create the playbook package and ensure that the playbook package contains the playbook script but not the service code.
  2. Split the code repository to separate the playbook code from the service code.
  3. Use the build function to separately package the playbook code in the code repository and select CodeArts Artifact for deployment.

Ansible FAQs

more