Skip to content

Commit

Permalink
Merge pull request #38 from osmollo/9.3.1
Browse files Browse the repository at this point in the history
Release 9.3.1
  • Loading branch information
osmollo authored Oct 3, 2023
2 parents 303f96f + 9ee596f commit 185e1ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

- [CHANGELOG](#changelog)
- [9.3.1](#931)
- [9.3](#93)
- [9.2](#92)
- [9.1](#91)
Expand All @@ -15,6 +16,12 @@
- [Versión 2](#versión-2)
- [Versión 1](#versión-1)

## 9.3.1

- Corrección de errores:
- Fix del tag `git_work`
- Fix en la obtención de repositorios

## 9.3

- Instalación de [Prospect Mail](https://github.com/julian-alarcon/prospect-mail)
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "9.3"
"version": "9.3.1"
}
2 changes: 2 additions & 0 deletions roles/post_install/tasks/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
- name: "[GIT] clone repositories"
tags:
- git_clone
- git_work
block:
- name: "[GIT] Configure user name"
git_config:
Expand Down Expand Up @@ -112,6 +113,7 @@
token: "{{ bitbucket_conn.token }}"
projects: "{{ bitbucket_conn.projects }}"
register: bitbucket_repos
when: not git_work_response.failed

- name: "[GIT] [WORK] clone repositories"
include_tasks:
Expand Down

0 comments on commit 185e1ba

Please sign in to comment.