Skip to content
  • Justin Downing's avatar
    907e43b9
    pin ansible to version 2.2.1.0 · 907e43b9
    Justin Downing authored
    ansible 2.2.2.0 has an [issue]() that causes problems for kargo:
    
    ```
    (env) kargo ᐅ env/bin/ansible-playbook upgrade-cluster.yml 
    ERROR! Unexpected Exception: 'Host' object has no attribute 'remove_group'
    ```
    
    Pinning ansible to 2.2.1.0 resolved this for me.
    907e43b9
    pin ansible to version 2.2.1.0
    Justin Downing authored
    ansible 2.2.2.0 has an [issue]() that causes problems for kargo:
    
    ```
    (env) kargo ᐅ env/bin/ansible-playbook upgrade-cluster.yml 
    ERROR! Unexpected Exception: 'Host' object has no attribute 'remove_group'
    ```
    
    Pinning ansible to 2.2.1.0 resolved this for me.
This project manages its dependencies using pip. Learn more
Loading