Code Review
/
ansible
/
roles
/
haveged-install.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Chore: Update pre-commit dependencies to latest
[ansible/roles/haveged-install.git]
/
molecule
/
default
/
molecule.yml
1
---
2
dependency:
3
name: galaxy
4
driver:
5
name: docker
6
lint: |
7
set -e
8
yamllint .
9
ansible-lint tasks/*.yml
10
platforms:
11
- name: centos7
12
image: centos:7
13
- name: centos8
14
image: quay.io/centos/centos:stream8
15
- name: ubuntu1804
16
image: ubuntu:18.04
17
- name: ubuntu2004
18
image: ubuntu:20.04
19
provisioner:
20
name: ansible
21
scenario:
22
name: default
23
verifier:
24
name: testinfra