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.

19 satır
343B

  1. ---
  2. - hosts: ovh_vms
  3. remote_user: root
  4. gather_facts: false
  5. roles:
  6. - role: terraform-vm
  7. - hosts: localhost
  8. tasks:
  9. - debug:
  10. msg: |-
  11. to apply terraform updates run:
  12. cd "{{playbook_dir}}/terraform"
  13. terraform apply
  14. # - terraform:
  15. # project_path: "{{playbook_dir}}/terraform"