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.
|
- ---
-
- - name: Install host dependencies
- pacman:
- name:
- - python-docker
- - "{{ matrix_ntpd_package }}"
- # TODO This needs to be verified. Which version do we need?
- - fuse3
- - python-dnspython
- state: latest
- update_cache: yes
-
- - name: Ensure Docker is installed
- pacman:
- name:
- - docker
- state: latest
- when: matrix_docker_installation_enabled|bool
|