Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Fix deprecation warnings #16

Merged
merged 2 commits into from
Jun 3, 2020
Merged

Fix deprecation warnings #16

merged 2 commits into from
Jun 3, 2020

Conversation

khuedoan
Copy link
Contributor

@khuedoan khuedoan commented Jun 3, 2020

Currently we have the following warnings:

playbook.yml was deprecated, rename it to converge.yml
[DEPRECATION WARNING]: The 'ec2_vpc_subnet_facts' module has been renamed to
'ec2_vpc_subnet_info'. This feature will be removed in version 2.13.
[DEPRECATION WARNING]: The 'ec2_ami_facts' module has been renamed to
'ec2_ami_info'. This feature will be removed in version 2.13.

This MR will:

  • Rename playbook.yml files to converge.yml
  • Rename subnet_facts and ami_facts variables

@ssbarnea ssbarnea self-requested a review June 3, 2020 16:19
@ssbarnea ssbarnea merged commit 582bfbc into ansible-community:master Jun 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants