Browse Source

Merge pull request #215 from twiest/pr

fixed build problems with openshift-ansible-inventory.spec
Thomas Wiest 10 years ago
parent
commit
ffe1236091
1 changed files with 2 additions and 2 deletions
  1. 2 2
      inventory/openshift-ansible-inventory.spec

+ 2 - 2
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/*