Skip to content
Snippets Groups Projects
Commit 4ecf0236 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'th/ci' into 'main'

Fix CI issues

See merge request !2
parents 701139c6 157c4056
No related branches found
No related tags found
1 merge request!2Fix CI issues
Pipeline #4417 passed
---
image: registry.git.stud.rwth-aachen.de/infra/ci-containers/asta-ansible:buster
image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-ansible:bullseye
variables:
GIT_SUBMODULE_STRATEGY: recursive
......@@ -20,5 +20,4 @@ test:
script:
- yamllint .
- ansible-lint ./*/
# yamllint disable-line rule:line-length
- "! rg --fixed-strings 'passwordstore' ./*/templates"
......@@ -32,7 +32,8 @@
apt:
name: smartmontools
state: >-
{% if force_smartmontools_on_vm_guest or (ansible_virtualization_role is defined
{% if force_smartmontools_on_vm_guest or
(ansible_virtualization_role is defined
and not ansible_virtualization_role == "guest") -%}
present
{%- else -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment