1、修改自检项目名称为tsg-diagnose 2、删除自检多余操作

This commit is contained in:
fumingwei
2020-07-20 16:57:16 +08:00
parent 799f3e4a2f
commit 8364667a79
9 changed files with 27 additions and 87 deletions

View File

@@ -1,23 +0,0 @@
---
- name: "pull image from remote git registry"
docker_image:
name: "{{ item.name }}"
tag: "{{ item.tag }}"
source: pull
with_items: "{{ dockerImages }}"
- name: "add tag"
docker_image:
name: "{{ item.name }}"
repository: "{{ item.repo }}"
force_tag: yes
source: local
with_items: "{{ dockerImages2tags }}"
- name: "Archive image"
docker_image:
name: "{{ item.name }}"
tag: "{{ item.tag }}"
archive_path: "{{ item.tarpath }}"
source: local
with_items: "{{ dockerImagesTar }}"

View File

@@ -1,4 +1,3 @@
---
#- include: ImageDownload.yml
- include: RpmDownload.yml
- include: TarBuild.yml