This commit is contained in:
parent
07eb7aaa20
commit
e82e805d86
@ -13,14 +13,6 @@ steps:
|
|||||||
- echo "$PWD"
|
- echo "$PWD"
|
||||||
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
|
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
|
||||||
|
|
||||||
- name: check ansible syntax
|
|
||||||
image: plugins/ansible:3
|
|
||||||
settings:
|
|
||||||
playbook: nightly.yaml
|
|
||||||
galaxy: requirements.yaml
|
|
||||||
inventory: inventory.yaml
|
|
||||||
syntax_check: true
|
|
||||||
|
|
||||||
- name: run playbook in check mode
|
- name: run playbook in check mode
|
||||||
image: plugins/ansible:3
|
image: plugins/ansible:3
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Copy docker-compose configuration
|
- name: Copy docker-compose configuration
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: docker-compose.yaml
|
src: docker-compose.yml
|
||||||
dest: /home/swagger/docker-compose.yaml
|
dest: /home/swagger/docker-compose.yml
|
||||||
owner: swagger
|
owner: swagger
|
||||||
group: swagger
|
group: swagger
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
Loading…
Reference in New Issue
Block a user