Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro committed Nov 6, 2019
1 parent b703ad0 commit 222c8f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions manala.apt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.44] - 2019-11-06
### Fixed
- Ansible repository & key pattern

## [1.0.43] - 2019-11-06
### Added
- Ansible repository & key pattern

Expand Down
2 changes: 1 addition & 1 deletion manala.apt/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ manala_apt_repositories_patterns:
source: deb https://artifacts.elastic.co/packages/7.x/apt stable main
key: elasticsearch
ansible:
source: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ { 'jessie':'wily','stretch':'xenial','buster':'bionic'}[ansible_distribution_release] }} main
source: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ { 'jessie':'trusty','stretch':'xenial','buster':'bionic'}[ansible_distribution_release] }} main
key: ansible
blackfire:
source: deb http://packages.blackfire.io/debian any main
Expand Down

0 comments on commit 222c8f6

Please sign in to comment.