mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Dispense with commented-out blocks.
This commit is contained in:
@@ -39,15 +39,7 @@
|
||||
target: /srv/cache/lookaside/pkgs
|
||||
|
||||
tasks:
|
||||
- unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}}
|
||||
dest={{target}}
|
||||
#- copy: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}}
|
||||
# dest={{tarball}}
|
||||
#- command: tar -xJvf {{tarball}}
|
||||
# chdir={{target}}
|
||||
#- name: clean up the tarball we copied there
|
||||
# file: dest={{tarball}} state=absent
|
||||
|
||||
- unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}} dest=/
|
||||
|
||||
- name: finish cleaning up after ourselves
|
||||
hosts: lockbox;pkgs;pkgs-stg
|
||||
|
||||
Reference in New Issue
Block a user