After submitting a PR to Ansible for the devel branch, and having it merged, the following instructions will help you create a pull request to backport the change to a previous stable branch
These instructions assume that stable-2.5 is the previous release branch.
-
Update devel, to ensure you have the commit to cherry pick:
git checkout devel git --fetch upstream
git merge upstream/devel
