diff options
-rw-r--r-- | .pipeline.yml | 6 | ||||
-rw-r--r-- | pillar/formulas.yaml | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.pipeline.yml b/.pipeline.yml index 1c8955d..1c2352f 100644 --- a/.pipeline.yml +++ b/.pipeline.yml @@ -1,3 +1,5 @@ +--- +# yamllint disable rule:line-length skip_clone: true pipeline: @@ -14,7 +16,7 @@ pipeline: check: image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline:latest - secrets: [ ci_netrc_username, ci_netrc_password, ci_netrc_machine ] + secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine] when: event: [push] commands: @@ -40,5 +42,5 @@ pipeline: event: [push] instance: woodpecker-orpheus.intranet.squirrelcube.com commands: - #- rolesyncer + # - rolesyncer - bin/rolesyncer.py diff --git a/pillar/formulas.yaml b/pillar/formulas.yaml index 89f7405..191a8e1 100644 --- a/pillar/formulas.yaml +++ b/pillar/formulas.yaml @@ -1,3 +1,4 @@ +--- - firewalld - keepalived - nginx |