mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -4,4 +4,4 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
dependencies:
|
||||
- setup_remote_tmp_dir
|
||||
- setup_remote_tmp_dir
|
||||
|
|
|
@ -13,20 +13,20 @@
|
|||
ansible_distribution == 'Fedora' or
|
||||
ansible_distribution == 'Ubuntu' and not ansible_distribution_major_version | int < 16
|
||||
block:
|
||||
- name: Copy repo into place
|
||||
unarchive:
|
||||
src: repo.tar.xz
|
||||
dest: '{{ remote_tmp_dir }}'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
- name: Create deterministic link to temp directory
|
||||
file:
|
||||
state: link
|
||||
src: '{{ remote_tmp_dir }}/'
|
||||
path: /tmp/flatpak
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: remove temporary flatpak link
|
||||
- name: Copy repo into place
|
||||
unarchive:
|
||||
src: repo.tar.xz
|
||||
dest: '{{ remote_tmp_dir }}'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
- name: Create deterministic link to temp directory
|
||||
file:
|
||||
state: link
|
||||
src: '{{ remote_tmp_dir }}/'
|
||||
path: /tmp/flatpak
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: remove temporary flatpak link
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue