Giter Club home page Giter Club logo

ansible-awscli's People

Contributors

bodsch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-awscli's Issues

'install awscli' fails when aws is already installed

I tried your role under AlmaLinux9 installed in WSL2 in Windows. First I only called the role as is, and it correctly installed aws cli 2.9.20. Then I upgraded the playbook by specifying the latest version of awscli under vars:

---
- name: Install aws cli
  hosts: all
  become: true
  vars:
    awscli_version: latest

  roles:
    - bodsch.awscli

The playbook failed with:

fatal: [localhost]: FAILED! => {"changed": false, "cmd": ["/var/tmp/aws/install"], "delta": "0:00:00.297718", "end": "2023-02-17 16:17:45.819835", "msg": "non-zero return code", "rc": 1, "start": "2023-02-17 16:17:45.522117", "stderr": "Found preexisting AWS CLI installation: /usr/local/aws-cli/v2/current. Please rerun install script with --update flag.", "stderr_lines": ["Found preexisting AWS CLI installation: /usr/local/aws-cli/v2/current. Please rerun install script with --update flag."], "stdout": "", "stdout_lines": []}

Your role doesn't seem to handle upgrades. In /tasks/install.yaml, line 38, the AWS install script has to be called with the --update flag.

I have to say your role is a lot cleaner than my usual approach, which consists of uri, unarchive and lots of shell commands to compare the latest and current versions. Thanks for your work. I'm still learning ansible, and this is a good example of how I could make my own roles, with tests.

Regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.