From 982e15d79e77c7baad2c56ef92409d07ec26016e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 9 Oct 2017 13:49:41 -0700 Subject: [PATCH] Add jimi's include_role fix to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7170d754c66..60c3253d304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,6 +113,7 @@ Ansible Changes By Release * Fix for ec2_win_password to allow blank key_passphrase again (https://github.com/ansible/ansible/pull/28791) * added toggle for vars_plugin behaviour to execute relative to playbook, set default to revert to previous way. * Fix for win_copy to not remove destination file on change when in check mode (https://github.com/ansible/ansible/pull/31469) +* Fix include_role usage of role_name (https://github.com/ansible/ansible/pull/31463)