Skip to content
Snippets Groups Projects
Commit 4a1bfcc6 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 e058067f
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
apt_repository:
repo='deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu trusty main'
state='present'
mode=644
- name: "Install Agent"
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment