create a meta file to execute sub roles. Remove / add blank lines at the end. Add mock
This commit is contained in:
10
main.yml
Normal file
10
main.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- name: Deploy and configure a runner on target machine
|
||||||
|
hosts: gitrunner
|
||||||
|
become: true
|
||||||
|
gather_facts: true
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- update.yml
|
||||||
|
- host_setup.yml
|
||||||
|
- runner_setup.yml
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
- docker
|
- docker
|
||||||
- nodejs
|
- nodejs
|
||||||
- git
|
- git
|
||||||
|
- mock
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user