Skip to content

Commit 222c8f6

Browse files
committed
Release
1 parent b703ad0 commit 222c8f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

manala.apt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [1.0.44] - 2019-11-06
10+
### Fixed
11+
- Ansible repository & key pattern
12+
13+
## [1.0.43] - 2019-11-06
814
### Added
915
- Ansible repository & key pattern
1016

manala.apt/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ manala_apt_repositories_patterns:
283283
source: deb https://artifacts.elastic.co/packages/7.x/apt stable main
284284
key: elasticsearch
285285
ansible:
286-
source: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ { 'jessie':'wily','stretch':'xenial','buster':'bionic'}[ansible_distribution_release] }} main
286+
source: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ { 'jessie':'trusty','stretch':'xenial','buster':'bionic'}[ansible_distribution_release] }} main
287287
key: ansible
288288
blackfire:
289289
source: deb http://packages.blackfire.io/debian any main

0 commit comments

Comments
 (0)