mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Implement Load Balancers and Certificates and prepare release (#13)
This commit is contained in:
parent
6d83275ffa
commit
769a63ff22
50 changed files with 2817 additions and 18 deletions
|
|
@ -5,6 +5,7 @@ stages:
|
|||
ansible-devel-1/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
allow_failure: true
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
|
|
@ -15,6 +16,7 @@ ansible-devel-1/4:
|
|||
ansible-devel-2/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
allow_failure: true
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
|
|
@ -25,6 +27,7 @@ ansible-devel-2/4:
|
|||
ansible-devel-3/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
allow_failure: true
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
|
|
@ -35,6 +38,7 @@ ansible-devel-3/4:
|
|||
ansible-devel-4/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
allow_failure: true
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue