Преглед на файлове

Merge pull request #215 from twiest/pr

fixed build problems with openshift-ansible-inventory.spec
Thomas Wiest преди 10 години
родител
ревизия
ffe1236091
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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/*