Skip to content

Commit

Permalink
updated alpine/ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Denninger committed May 30, 2020
1 parent 6d5c40f commit 1e6b002
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 1e6b002

Please sign in to comment.