[FOLIO-1560] folio-infrastructure: remove reliance on ec2_ami_find Ansible module Created: 08/Oct/18 Updated: 09/Jul/19 Resolved: 09/Jul/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | Wayne Schneider | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Development Team: | Core: Platform | ||||||||
| Description |
|
It is now deprecated. We should use ec2_ami_facts instead. ec2_ami_find is scheduled to be removed in Ansible 2.9. |
| Comments |
| Comment by David Crossley [ 09/Jul/19 ] |
|
Confirmed that the ec2_ami_find is now only used in the CI/ansible/release-2018*.yml (and others in the deprecated directory). The CI/ansible/release-*2019.yml use the launch_ec2.yml which uses new module ec2_ami_facts. |