diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/kni/tasks/main.yml | 1 | ||||
| -rw-r--r-- | roles/sapp/templates/conflist.inf.j2 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roles/kni/tasks/main.yml b/roles/kni/tasks/main.yml index 6be510e..8ee8744 100644 --- a/roles/kni/tasks/main.yml +++ b/roles/kni/tasks/main.yml @@ -9,6 +9,7 @@ name: - /tmp/ansible_deploy/kni-20.10.20201019.3f20d93-2.el7.x86_64.rpm state: present + skip_broken: yes - name: Template the kni.conf template: diff --git a/roles/sapp/templates/conflist.inf.j2 b/roles/sapp/templates/conflist.inf.j2 index b22d662..4ec5ed8 100644 --- a/roles/sapp/templates/conflist.inf.j2 +++ b/roles/sapp/templates/conflist.inf.j2 @@ -11,7 +11,7 @@ {% endif %} ./plug/platform/tsg_master/tsg_master.inf {% if tsg_app_enable == 1 %} -./plug/business/app_proto_identify/app_proto_identify.inf +./plug/platform/app_proto_identify/app_proto_identify.inf ./plug/platform/app_master/app_master.inf {% endif %} |
