Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.3.1 #38

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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