change common to install

This commit is contained in:
qiaofeng1227 2022-05-12 14:09:58 +08:00
parent 1ed77d6e4c
commit 21dd6e7db7
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
vars_files: vars_files:
- vars/main.yml - vars/main.yml
pre_tasks: pre_tasks:
- name: Check interfaction exists - name: Check interfaction exists
stat: stat:
@ -14,13 +14,13 @@
- include: roles/{{appname}}/tests/test.yml - include: roles/{{appname}}/tests/test.yml
when: interfaction_exists.stat.exists when: interfaction_exists.stat.exists
roles: roles:
- { role: role_common, tags: "role_common" } - { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" } - { role: role_cloud, tags: "role_cloud" }
- { role: role_docker, tags: "role_docker" } - { role: role_docker, tags: "role_docker" }
- { role: role_nginx, tags: "role_nginx" } - { role: role_nginx, tags: "role_nginx" }
- { role: common, tags: "common" } - { role: install, tags: "install" }
- { role: "{{appname}}", tags: "{{appname}}" } - { role: "{{appname}}", tags: "{{appname}}" }
- { role: role_init, tags: "role_init" } - { role: role_init, tags: "role_init" }
- { role: role_preend, tags: "preend" } - { role: role_preend, tags: "preend" }