File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414---
1515
16+ - name : Check if upgrade is in progress
17+ ansible.builtin.import_playbook : ../upgrade_checkup.yml
18+ tags : always
19+
1620- name : Include input project directory
1721 when : not project_dir_status | default(false) | bool
1822 ansible.builtin.import_playbook : ../include_input_dir.yml
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414---
1515
16+ - name : Check if upgrade is in progress
17+ ansible.builtin.import_playbook : upgrade_checkup.yml
18+ tags : always
19+
1620- name : Include input project directory
1721 when : not project_dir_status | default(false) | bool
1822 ansible.builtin.import_playbook : include_input_dir.yml
You can’t perform that action at this time.
0 commit comments