Browse Source

task names

master
parent
commit
d62df46396
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      tasks/main.yml

+ 3
- 2
tasks/main.yml View File

@@ -7,13 +7,14 @@
- ca-certificates
- apt-transport-https

- name: atom repository key
- name: atom apt repository key
apt_key:
url: https://packagecloud.io/AtomEditor/atom/gpgkey
id: 0A0FAB860D48560332EFB581B75442BBDE9E3B09
state: present

- apt_repository:
- name: atom apt repository
apt_repository:
repo: deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
state: present
filename: atom


Loading…
Cancel
Save