diff options
author | Adam Williamson <awilliam@redhat.com> | 2017-09-07 10:56:18 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2017-09-07 10:56:18 -0700 |
commit | f0aae3c405ce34f607a4ba2c61ed6ec1b48edfbf (patch) | |
tree | bb379efd914bea284a21b6e3307f472e034e5eec | |
parent | 8969b508a8f4231532a26a1e713a08883666f2a1 (diff) | |
download | ansible-f0aae3c405ce34f607a4ba2c61ed6ec1b48edfbf.tar.gz ansible-f0aae3c405ce34f607a4ba2c61ed6ec1b48edfbf.tar.xz ansible-f0aae3c405ce34f607a4ba2c61ed6ec1b48edfbf.zip |
openqa/dispatcher: fix up images.json.ppc64 to be valid JSON
Sigh, JSON, why must you be so generally awful.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
-rw-r--r-- | roles/openqa/dispatcher/files/images.json.ppc64 | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/roles/openqa/dispatcher/files/images.json.ppc64 b/roles/openqa/dispatcher/files/images.json.ppc64 index 57035b607..df0c8811a 100644 --- a/roles/openqa/dispatcher/files/images.json.ppc64 +++ b/roles/openqa/dispatcher/files/images.json.ppc64 @@ -4,162 +4,162 @@ "subvariant": "Server", "type": "boot", "format": "iso", - "arch": "x86_64", + "arch": "x86_64" }, - "score": 6, + "score": 6 }, { "match": { "subvariant": "Server", "type": "dvd", "format": "iso", - "arch": "x86_64", + "arch": "x86_64" }, - "score": 10, + "score": 10 }, { "match": { "subvariant": "Server", "type": "boot", "format": "iso", - "arch": "i386", + "arch": "i386" }, - "score": 6, + "score": 6 }, { "match": { "subvariant": "Server", "type": "dvd", "format": "iso", - "arch": "i386", + "arch": "i386" }, - "score": 10, + "score": 10 }, { "match": { "subvariant": "Everything", "type": "boot", "format": "iso", - "arch": "x86_64", + "arch": "x86_64" }, - "score": 8, + "score": 8 }, { "match": { "subvariant": "Everything", "type": "boot", "format": "iso", - "arch": "i386", + "arch": "i386" }, - "score": 8, + "score": 8 }, { "match": { "subvariant": "Workstation", "type": "live", "format": "iso", - "arch": "x86_64", - }, + "arch": "x86_64" + } }, { "match": { "subvariant": "Workstation", "type": "boot", "format": "iso", - "arch": "x86_64", - }, + "arch": "x86_64" + } }, { "match": { "subvariant": "Workstation", "type": "live", "format": "iso", - "arch": "i386", - }, + "arch": "i386" + } }, { "match": { "subvariant": "Workstation", "type": "boot", "format": "iso", - "arch": "i386", - }, + "arch": "i386" + } }, { "match": { "subvariant": "KDE", "type": "live", "format": "iso", - "arch": "x86_64", - }, + "arch": "x86_64" + } }, { "match": { "subvariant": "KDE", "type": "live", "format": "iso", - "arch": "i386", - }, + "arch": "i386" + } }, { "match": { "subvariant": "Minimal", "type": "raw-xz", "format": "raw.xz", - "arch": "armhfp", + "arch": "armhfp" }, - "dkboot": True, + "dkboot": True }, { "match": { "subvariant": "Atomic", "type": "dvd-ostree", "format": "iso", - "arch": "x86_64", - }, + "arch": "x86_64" + } }, { "match": { "subvariant": "Workstation", "type": "dvd-ostree", "format": "iso", - "arch": "x86_64", - }, + "arch": "x86_64" + } }, { "match": { "subvariant": "Server", "type": "boot", "format": "iso", - "arch": "ppc64le", + "arch": "ppc64le" }, - "score": 6, + "score": 6 }, { "match": { "subvariant": "Server", "type": "dvd", "format": "iso", - "arch": "ppc64le", + "arch": "ppc64le" }, - "score": 10, + "score": 10 }, { "match": { "subvariant": "Server", "type": "boot", "format": "iso", - "arch": "ppc64", + "arch": "ppc64" }, - "score": 6, + "score": 6 }, { "match": { "subvariant": "Server", "type": "dvd", "format": "iso", - "arch": "ppc64", + "arch": "ppc64" }, - "score": 10, + "score": 10 }, ] |