Skip to content
Snippets Groups Projects
Commit 29573dc6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Explicitly set file mode for apt_repository module sind that has changed in Ansible 2.1

parent d4596881
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
apt_repository:
repo="deb https://deb.nodesource.com/node_4.x {{ ansible_distribution_release }} main"
state=present
mode=644
- name: "nodeJS | Install core packages"
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment