Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Collections FQCN.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 22, 2021
1 parent eaa4270 commit b790c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -55,7 +55,7 @@
- ansible_pkg_mgr == "zypper"

- name: install apm packages
command: apm install {{ item }}
ansible.builtin.command: apm install {{ item }}
args:
creates: /root/.atom/packages/linter
loop: "{{ atom_apm_packages }}"

0 comments on commit b790c7d

Please sign in to comment.