This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-debian_multiarch_i386
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new apt format
master
Markus Katharina Brechtel
4 years ago
parent
6ebaeeee95
commit
6b0a056c5e
1 changed files
with
5 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-6
tasks/main.yml
+ 5
- 6
tasks/main.yml
View File
@@ -16,10 +16,9 @@
- name: install multiarch libraries
- name: install multiarch libraries
apt:
apt:
pkg: "{{ item }}"
with_items:
- lib32stdc++6
- lib32z1
- lib32gcc1
- libc6:i386
pkg:
- lib32stdc++6
- lib32z1
- lib32gcc1
- libc6:i386
when: ansible_architecture == "x86_64"
when: ansible_architecture == "x86_64"
Write
Preview
Loading…
Cancel
Save