We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581f691 commit b129209Copy full SHA for b129209
tasks/xmp_i386.yml
@@ -17,21 +17,18 @@
17
18
- name: Install i386 XMPFilesProcessor dependencies
19
apt:
20
- name: "{{ item }}"
+ name:
21
+ - "libc6:i386"
22
+ - "uuid-runtime:i386"
23
state: present
24
update_cache: true
25
cache_valid_time: 3600
- with_items:
- - "libc6:i386"
26
- - "uuid-runtime:i386"
27
-
28
when: ansible_os_family == "Debian"
29
30
31
yum:
32
+ - "compat-libstdc++-33.i686"
+ - "libuuid.i686"
33
34
35
- - "compat-libstdc++-33.i686"
36
- - "libuuid.i686"
37
when: ansible_os_family == "RedHat"
0 commit comments