Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscroome committed Jan 20, 2023
1 parent 01e340f commit 619875d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: registry.git.coop/webarch/containers/images/ansible:0.12.0
image: registry.git.coop/webarch/containers/images/ansible:0.18.0
variables:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
Expand Down
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
# https://yamllint.readthedocs.io/en/stable/integration.html
# https://github.com/adrienverge/yamllint/tags
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
hooks:
- id: yamllint
...
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependency:
name: galaxy
platforms:
- name: instance
image: registry.git.coop/webarch/containers/images/ansible:0.12.0
image: registry.git.coop/webarch/containers/images/ansible:0.18.0
pre_build_image: true
provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion tasks/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: RabbitMQ user present
community.rabbitmq.rabbitmq_user:
user: "{{ rabbitmq_user }}"
user: "{{ rabbitmq_user }}@{{ rabbitmq_node_name }}"
password: "{{ rabbitmq_password }}"
update_password: always
vhost: /
Expand Down

0 comments on commit 619875d

Please sign in to comment.