Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
9974f21dc5239d1ba19ecade7bb284df0d5a5ff6
/
.
/
install
/
ansible
/
roles
/
docker-registry
/
tasks
/
main.yml
blob: 1495847e1f06ed481b1a39a08bf9ea4f163e3e16 [
file
] [
log
] [
blame
]
-
include:
debian.yml
when:
ansible_distribution ==
'Debian'
or ansible_distribution ==
'Ubuntu'
-
include:
centos.yml
when:
ansible_distribution ==
'CentOS'
or ansible_distribution ==
'Red Hat Enterprise Linux'