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
|
retries: 50
|
||||||
delay: 10
|
delay: 10
|
||||||
failed_when: "'FAILED' in result.stdout"
|
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:
|
- block:
|
||||||
- name: Install Common Software
|
- name: Install Common Software
|
||||||
|
|
Loading…
Add table
Reference in a new issue