GHP publish
This commit is contained in:
10
roles/haproxy/tasks/main.yml
Normal file
10
roles/haproxy/tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
- block:
|
||||
- import_tasks: package.yml
|
||||
when: not dockerize
|
||||
become: true
|
||||
|
||||
- block:
|
||||
- import_tasks: docker.yml
|
||||
when: dockerize
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user