Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ansible from the base and tools images #406

Closed
wants to merge 1 commit into from

Commits on Jun 26, 2024

  1. Remove ansible from the base and tools images

    A user can still install ansible, ansible-galaxy
    as they need using pip3. This will reduce the size
    of the image.
    
    ```
    pip3 install ansible
    ansible-galaxy collection install \
        azure.azcollection --force -p ./collections
    ```
    
    Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
    surajssd committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    87fe150 View commit details
    Browse the repository at this point in the history