Browse Source

new apt module format

master
parent
commit
83c89874c0
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      tasks/main.yml

+ 3
- 4
tasks/main.yml View File

@@ -2,10 +2,9 @@


- name: install packages - name: install packages
apt: apt:
pkg: "{{item}}"
with_items:
- ca-certificates
- apt-transport-https
pkg:
- ca-certificates
- apt-transport-https


- name: atom apt repository key - name: atom apt repository key
apt_key: apt_key:


Loading…
Cancel
Save