diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2017-09-26 17:27:21 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-09-26 17:28:07 -0400 |
commit | 64737e14463c65e0b47fde96671aa117cb5dc957 (patch) | |
tree | 005870fb923178d26fad33b922a5e0d17ebaf4d4 /CHANGELOG.md | |
parent | 457b70ee90c9f1708d531edb5ed0d8774db37dcc (diff) | |
download | ansible-64737e14463c65e0b47fde96671aa117cb5dc957.tar.gz |
corrected import_play into to import_playbook (#30853)
* corrected import_play into to import_playbook
fixes #30744
(cherry picked from commit 17f094bb6a4e806eb48882232957f23f727402e1)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee895c65ba..49962703fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,8 +48,9 @@ Ansible Changes By Release * Fix vault errors after 'ansible-vault edit' (https://github.com/ansible/ansible/issues/30575) * updated api doc example to match api changes * corrected issues with slack callback plugin +* it is import_playbook .. not import_plays .. docs now reflect this -<a id="2.4"></a> +<sdfasdfsadfsdflkjsdfklj3oiqrua id="2.4"></a> ## 2.4 "Dancing Days" - ACTIVE DEVELOPMENT |