setup epel repo and python3 before hassio
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
548d337a29
commit
f751bba14c
@ -58,7 +58,6 @@ local PipelineDeployment = {
|
||||
},
|
||||
commands: [
|
||||
"/bin/bash /docker-entrypoint.sh",
|
||||
"ansible-galaxy install --force -r requirements.yml -p /drone/src",
|
||||
"molecule create --scenario-name ec2-centos-7",
|
||||
"molecule converge --scenario-name ec2-centos-7",
|
||||
"molecule verify --scenario-name ec2-centos-7",
|
||||
|
@ -55,7 +55,6 @@ steps:
|
||||
image: xoxys/molecule:ec2-linux-amd64
|
||||
commands:
|
||||
- /bin/bash /docker-entrypoint.sh
|
||||
- ansible-galaxy install --force -r requirements.yml -p /drone/src
|
||||
- molecule create --scenario-name ec2-centos-7
|
||||
- molecule converge --scenario-name ec2-centos-7
|
||||
- molecule verify --scenario-name ec2-centos-7
|
||||
@ -113,4 +112,8 @@ trigger:
|
||||
depends_on:
|
||||
- deployment
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 783f71df67e198eaeb4d2cd5597aead72c16909c965e54ed7eac8114b322e3c8
|
||||
|
||||
...
|
||||
|
@ -1,6 +1,17 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
yum_cron_custom_cronjob: False
|
||||
yum_repositories:
|
||||
epel:
|
||||
filename: Extra-EPEL
|
||||
desc: Extra Packages for Enterprise Linux (EPEL)
|
||||
baseurl: "http://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
|
||||
gpgkey: "http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever/"
|
||||
enabled: True
|
||||
|
||||
roles:
|
||||
- role: xoxys.yum
|
||||
- role: xoxys.python3
|
||||
- role: xoxys.homeassistant
|
||||
|
Loading…
Reference in New Issue
Block a user