Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

17 rindas
324 B

  1. ---
  2. - name: Install host dependencies
  3. community.general.pacman:
  4. name:
  5. - python-docker
  6. - python-dnspython
  7. state: present
  8. update_cache: true
  9. - name: Ensure Docker is installed
  10. community.general.pacman:
  11. name:
  12. - docker
  13. state: present
  14. when: matrix_docker_installation_enabled | bool