From 8e56c7051da24dd1bbd101b7a61b34cfa88e0910 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 10 Jun 2019 16:17:55 +0200 Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci] --- tasks/cert.yml | 2 +- tasks/install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cert.yml b/tasks/cert.yml index fbec9c6..966a699 100644 --- a/tasks/cert.yml +++ b/tasks/cert.yml @@ -14,7 +14,7 @@ dest: /etc/letsencrypt/{{ cert.domain }}.ini owner: root group: root - mode: 644 + mode: 0644 register: cert_definition - include_tasks: cert_generate.yml diff --git a/tasks/install.yml b/tasks/install.yml index 3095e3c..5daea03 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -10,7 +10,7 @@ apt_repository: repo: ppa:certbot/certbot state: present - mode: 644 + mode: 0644 - name: Install CertBot apt: -- GitLab