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.
 
 

18 satır
395 B

  1. ---
  2. - import_tasks: "{{ role_path }}/tasks/init.yml"
  3. tags:
  4. - always
  5. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  6. when: "run_setup|bool and matrix_postgres_backup_enabled|bool"
  7. tags:
  8. - setup-all
  9. - setup-postgres-backup
  10. - import_tasks: "{{ role_path }}/tasks/setup_postgres_backup.yml"
  11. when: run_setup|bool
  12. tags:
  13. - setup-all
  14. - setup-postgres-backup