Fix linter suggestions

pull/97/head
Simon Spannagel 4 years ago
parent 40c4c1b433
commit 7a7c1f8b06
  1. 6
      .github/workflows/release.yml
  2. 2
      tasks/install-deploy-hook.yml

@ -35,4 +35,8 @@ jobs:
run: pip3 install ansible-base
- name: Trigger a new import on Galaxy.
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
run: >-
ansible-galaxy role import
--api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1)
$(echo ${{ github.repository }} | cut -d/ -f2)

@ -1,3 +1,4 @@
---
- name: Ensure deploy hook directory exists
file:
path: /etc/letsencrypt/renewal-hooks/deploy
@ -11,4 +12,3 @@
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible.sh
mode: u+rwx
when: certbot_deployhook is defined

Loading…
Cancel
Save