]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Sync config_template with upstream for Ansible 2.6
authorAndy McCrae <andy.mccrae@gmail.com>
Thu, 12 Jul 2018 11:24:15 +0000 (12:24 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 12 Jul 2018 21:07:41 +0000 (21:07 +0000)
commita1b3d5b7c3eed146372cbda5941653809504bb10
treec3a438f44dd519bff63dfe2b2c9a4830286bef62
parentce5ac930c5b91621a46fc69ddd0dcafb2a24947d
Sync config_template with upstream for Ansible 2.6

The original_basename option in the copy module changed to be
_original_basename in Ansible 2.6+, this PR resyncs the config_template
module to allow this to work with both Ansible 2.6+ and before.

Additionally, this PR removes the _v1_config_template.py file, since
ceph-ansible no longer supports versions of Ansible before version 2,
and so we shouldn't continue to carry that code.

Closes: #2843
Signed-off-by: Andy McCrae <andy.mccrae@gmail.com>
plugins/actions/_v1_config_template.py [deleted file]
plugins/actions/_v2_config_template.py [deleted file]
plugins/actions/config_template.py