Skip to content

Commit

Permalink
Merge pull request #2559 from ssbarnea/master
Browse files Browse the repository at this point in the history
Corrects playbook.yml deprecation message
  • Loading branch information
ansible-zuul[bot] committed Feb 17, 2020
2 parents 47b1351 + 517e114 commit fac84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/provisioner/ansible_playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _normalize_playbook(self, playbook):
if os.path.isfile(fb_playbook):
LOG.warning(
"%s was deprecated, rename it to %s"
% (basename, pb_rename_map[basename])
% (pb_rename_map[basename], basename)
)
playbook = fb_playbook
return playbook

0 comments on commit fac84ad

Please sign in to comment.