Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- ---
- # This is an example playbook to execute Ansible tests.
-
- - name: Verify
- hosts: all
- tasks:
- - name: Example assertion
- assert:
- that: true
|