ソースを参照

new apt module format

master
コミット
83c89874c0
1個のファイルの変更3行の追加4行の削除
  1. +3
    -4
      tasks/main.yml

+ 3
- 4
tasks/main.yml ファイルの表示

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

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

- name: atom apt repository key
apt_key:


読み込み中…
キャンセル
保存