Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

13 lignes
451 B

  1. ---
  2. - name: Resetting Hookshot's crypto store
  3. ansible.builtin.command:
  4. cmd: |
  5. {{ devture_systemd_docker_base_host_command_docker }} run
  6. --rm
  7. --name={{ matrix_hookshot_container_ident }}-reset-crypto
  8. --user={{ matrix_user_uid }}:{{ matrix_user_gid }}
  9. --cap-drop=ALL
  10. -v {{ matrix_hookshot_base_path }}/config.yml:/config.yml
  11. {{ matrix_hookshot_docker_image }} yarn start:resetcrypto
  12. changed_when: false