mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update Debian.yml
This commit is contained in:
parent
4f56e44ffc
commit
6514e57048
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
retries: 50
|
||||
delay: 10
|
||||
failed_when: "'FAILED' in result.stdout"
|
||||
when: common_system_upgrade and (init == '1' or init == 1)
|
||||
when: common_system_upgrade and (init == '2' or init == 2)
|
||||
|
||||
- block:
|
||||
- name: Install Common Software
|
||||
|
|
Loading…
Reference in a new issue