bifrost/playbooks
Leif Madsen 4200c39121
Fix when clause in pymysql check on CentOS
The when clause that checks if pymysql should be installed from pip
is incorrectly doing an integer comparison against a string value
from the ansible_distribution_major_version variable.

This change resolves that issue by using the version_compare() cast
like was being done for Ubuntu.

Related to: #1665279

Change-Id: Ia3a4bf789cc8e19d7b1f7854cb3ae71c2b8d47e1
2017-05-23 14:33:50 -04:00
..
inventory Use env lookup to determine HOME for SSH pubkey 2017-02-17 15:53:52 +00:00
library Fix indentation of code in network_metadata.py 2017-01-13 15:41:36 +00:00
roles Fix when clause in pymysql check on CentOS 2017-05-23 14:33:50 -04:00
cleanup-deployment-images.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
deploy-dynamic.yaml Allow deploy-dynamic on remote host 2017-02-07 19:07:56 +00:00
enroll-dynamic.yaml Allow enroll-dynamic on remote host 2017-02-01 15:01:31 +00:00
example-deploy-all-available-nodes.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
install.yaml Provide fallback variable if sudo is not used 2017-04-04 14:27:37 +00:00
redeploy-dynamic.yaml Add redeploy-dynamic playbook 2016-06-08 12:59:28 +00:00
test-bifrost-create-vm.yaml Use JSON baremetal data in testing 2017-03-06 17:06:30 +02:00
test-bifrost.yaml Merge "Change dib element to enable serial console" 2017-03-20 13:42:13 +00:00