Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- ---
-
- - name: Install host dependencies
- community.general.pacman:
- name:
- - python-docker
- - python-dnspython
- state: present
- update_cache: true
-
- - name: Ensure Docker is installed
- community.general.pacman:
- name:
- - docker
- state: present
- when: matrix_docker_installation_enabled | bool
|