Browse Source

new apt format

master
parent
commit
6b0a056c5e
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      tasks/main.yml

+ 5
- 6
tasks/main.yml View File

@@ -16,10 +16,9 @@

- name: install multiarch libraries
apt:
pkg: "{{ item }}"
with_items:
- lib32stdc++6
- lib32z1
- lib32gcc1
- libc6:i386
pkg:
- lib32stdc++6
- lib32z1
- lib32gcc1
- libc6:i386
when: ansible_architecture == "x86_64"

Loading…
Cancel
Save