copr-be-dev-aws: another try with birthday
This commit is contained in:
parent
4fa38984e3
commit
ae21353b07
2 changed files with 5 additions and 2 deletions
|
@ -1134,7 +1134,7 @@ copr-fe-dev.aws.fedoraproject.org
|
||||||
copr-be-dev.cloud.fedoraproject.org
|
copr-be-dev.cloud.fedoraproject.org
|
||||||
|
|
||||||
[copr_back_dev_aws]
|
[copr_back_dev_aws]
|
||||||
copr-be-dev.aws.fedoraproject.org
|
copr-be-dev.aws.fedoraproject.org birthday=true
|
||||||
|
|
||||||
[copr_keygen_dev]
|
[copr_keygen_dev]
|
||||||
copr-keygen-dev.cloud.fedoraproject.org
|
copr-keygen-dev.cloud.fedoraproject.org
|
||||||
|
|
|
@ -118,6 +118,7 @@
|
||||||
check_mode: no
|
check_mode: no
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
register: facts
|
register: facts
|
||||||
|
when: birthday is defined
|
||||||
|
|
||||||
#
|
#
|
||||||
# If that failed, then we use the raw module to install things
|
# If that failed, then we use the raw module to install things
|
||||||
|
@ -125,7 +126,9 @@
|
||||||
|
|
||||||
- name: install python3 and dnf stuff
|
- name: install python3 and dnf stuff
|
||||||
raw: sudo dnf -y install python3-dnf python3-libselinux python3
|
raw: sudo dnf -y install python3-dnf python3-libselinux python3
|
||||||
when: facts is failed
|
when:
|
||||||
|
- birthday is defined
|
||||||
|
- facts is failed
|
||||||
|
|
||||||
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
||||||
## We need to specify user, here we trying with fedora or root
|
## We need to specify user, here we trying with fedora or root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue