summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-07 16:46:49 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-07 16:46:49 -0400
commitffe1236091eaee331f81b0c0ebc1bec255227538 (patch)
treea6efce9894de35cb3082acfb9df9656875694f99
parent29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8 (diff)
parent23a645ada56ef405a476db1f616c8389a4b6639d (diff)
downloadopenshift-ffe1236091eaee331f81b0c0ebc1bec255227538.tar.gz
openshift-ffe1236091eaee331f81b0c0ebc1bec255227538.tar.bz2
openshift-ffe1236091eaee331f81b0c0ebc1bec255227538.tar.xz
openshift-ffe1236091eaee331f81b0c0ebc1bec255227538.zip
Merge pull request #215 from twiest/pr
fixed build problems with openshift-ansible-inventory.spec
-rw-r--r--inventory/openshift-ansible-inventory.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec
index 8267e16f6..c3b6aa8c8 100644
--- a/inventory/openshift-ansible-inventory.spec
+++ b/inventory/openshift-ansible-inventory.spec
@@ -25,8 +25,8 @@ mkdir -p %{buildroot}/usr/share/ansible/inventory/gce
cp -p multi_ec2.py %{buildroot}/usr/share/ansible/inventory
cp -p multi_ec2.yaml.example %{buildroot}/etc/ansible/multi_ec2.yaml
-cp -p aws/ec2.py aws/ec2.ini %{buildroot}/usr/share/ansible/inventory/aws
-cp -p gce/gce.py %{buildroot}/usr/share/ansible/inventory/gce
+cp -p aws/hosts/ec2.py aws/hosts/ec2.ini %{buildroot}/usr/share/ansible/inventory/aws
+cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
%files
%config(noreplace) /etc/ansible/*