Skip to content
Snippets Groups Projects
Verified Commit d4978236 authored by Chris Croome's avatar Chris Croome
Browse files

update ansible role

parent 3a7a0dff
No related branches found
No related tags found
No related merge requests found
Pipeline #37056 passed
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
repos: repos:
# https://github.com/adrienverge/yamllint/tags # https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1 rev: v1.36.2
hooks: hooks:
- id: yamllint - id: yamllint
name: YAML Lint name: YAML Lint
# https://github.com/jackdewinter/pymarkdown/releases # https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git - repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.28 rev: v0.9.29
hooks: hooks:
- id: pymarkdown - id: pymarkdown
name: Markdown Lint name: Markdown Lint
...@@ -35,7 +35,7 @@ repos: ...@@ -35,7 +35,7 @@ repos:
- localhost.yml - localhost.yml
additional_dependencies: additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases # https://github.com/kellyjonbrazil/jc/releases
- jc==1.25.3 - jc==1.25.4
# https://github.com/jmespath/jmespath.py/tags # https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1 - jmespath==1.0.1
... ...
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- name: ansible - name: ansible
scm: git scm: git
src: https://git.coop/webarch/ansible.git src: https://git.coop/webarch/ansible.git
version: 3.44.0 # ansible version: 3.45.0 # ansible
- name: apt - name: apt
scm: git scm: git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment