1 Commits

Author SHA1 Message Date
dependabot[bot]
c48785e73c Bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 13:50:47 +00:00
7 changed files with 12 additions and 22 deletions

View File

@@ -1,10 +1,9 @@
---
warn_list:
- role-name
- schema[meta]
warn_list: []
skip_list: []
skip_list:
- role-name
exclude_paths:
- venv/

View File

@@ -11,15 +11,7 @@ jobs:
steps:
- name: Fetch code
uses: actions/checkout@v4
- name: Set up Python 3.
uses: actions/setup-python@v5
- name: Install Ansible.
run: pip3 install ansible-core
- name: Import role to Galaxy.
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
--branch fix_galaxy
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

View File

@@ -1,6 +1,5 @@
---
galaxy_info:
namespace: hanxhx
role_name: mysql
author: Emilien Mantel
description: Install and configure MariaDB (and Galera Cluster) on Debian

View File

@@ -6,4 +6,4 @@
tasks:
- name: Include role
ansible.builtin.include_role:
name: "HanXHX.mysql"
name: "hanxhx.mysql"

View File

@@ -7,7 +7,7 @@
tasks:
- name: Include role
ansible.builtin.include_role:
name: "HanXHX.mysql"
name: "hanxhx.mysql"
- name: COPY | Deploy first dump
ansible.builtin.copy:
@@ -33,4 +33,4 @@
tasks:
- name: Include role
ansible.builtin.include_role:
name: "HanXHX.mysql"
name: "hanxhx.mysql"

View File

@@ -6,4 +6,4 @@
tasks:
- name: Include role
ansible.builtin.include_role:
name: "HanXHX.mysql"
name: "hanxhx.mysql"

View File

@@ -35,7 +35,7 @@ pycparser==2.22
Pygments==2.18.0
PyYAML==6.0.2
referencing==0.35.1
requests==2.31.0
requests==2.32.2
resolvelib==1.0.1
rich==13.7.1
rpds-py==0.20.0