diff options
author | Adam Miller <admiller@redhat.com> | 2016-06-24 21:57:45 +0000 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2016-06-24 21:57:45 +0000 |
commit | f18762fce00563ae7fa51bf11c83e65b4d5629e2 (patch) | |
tree | 084b6e25173441615e33c48abe90259811b1967f | |
parent | 8eb4dc5ba9009e6ac3868e0b8f81627be63a3935 (diff) | |
download | ansible-f18762fce00563ae7fa51bf11c83e65b4d5629e2.tar.gz ansible-f18762fce00563ae7fa51bf11c83e65b4d5629e2.tar.xz ansible-f18762fce00563ae7fa51bf11c83e65b4d5629e2.zip |
fix typo for osbs atomic-reactor buildroot conf hardlink
Signed-off-by: Adam Miller <admiller@redhat.com>
-rw-r--r-- | playbooks/groups/osbs-master.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/osbs-master.yml b/playbooks/groups/osbs-master.yml index 0f1c2a764..4f3cddc2e 100644 --- a/playbooks/groups/osbs-master.yml +++ b/playbooks/groups/osbs-master.yml @@ -281,7 +281,7 @@ file: src: /usr/share/atomic-reactor/atomic-reactor.tar.gz dest: /etc/osbs/buildroot/atomic-reactor.tar.gz - state: hardlink + state: hard - name: pull openshift required docker images and tag locally shell: "docker pull {{docker_registry}}/{{item}}:v$(rpm -q origin --qf '%{Version}') && docker tag {{docker_registry}}/{{item}}:v$(rpm -q origin --qf '%{Version}') {{item}}:v$(rpm -q origin --qf '%{Version}')" |