diff --git a/Dockerfile b/Dockerfile index 1932c53..13df8cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN set -euxo pipefail ;\ pip3 install --no-cache --upgrade mitogen ;\ touch /etc/ansible/ansible.cfg ;\ echo "[defaults]" > /etc/ansible/ansible.cfg ;\ - echo "strategy_plugins = /usr/lib/python3.6/site-packages/ansible_mitogen/plugins/strategy" >> /etc/ansible/ansible.cfg ;\ + echo "strategy_plugins = /usr/lib/python3.8/site-packages/ansible_mitogen/plugins/strategy" >> /etc/ansible/ansible.cfg ;\ echo "strategy = mitogen_linear" >> /etc/ansible/ansible.cfg WORKDIR /ansible diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..f39e503 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## [v0.1] - 2020-05-30 +### Added +- Updated ansible 2.9.6 / alpine 3.12.0 / mitogen 0.2.9 + +### Changed +- Changed mitogen path to py3.8 `/usr/lib/python3.8/site-packages/ansible_mitogen/plugins/strategy` \ No newline at end of file