IBM-Blockchain / ansible-collection

Ansible collection for building Hyperledger Fabric networks
Apache License 2.0
43 stars 38 forks source link

Support ansible 2.13 #612

Closed nobody4t closed 2 years ago

nobody4t commented 2 years ago

Update to support latest ansible

  1. Use the latest ansible version
  2. User python3.9.
  3. Change ansible-lint to ignore the warning "fqcn-builtins"
  4. Update other dependencies to latest
mbwhite commented 2 years ago

Thanks @dongwangdw