mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 10:30:40 +02:00
Fix linter suggestions
This commit is contained in:
@@ -35,4 +35,8 @@ jobs:
|
|||||||
run: pip3 install ansible-base
|
run: pip3 install ansible-base
|
||||||
|
|
||||||
- name: Trigger a new import on Galaxy.
|
- 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
|
- name: Ensure deploy hook directory exists
|
||||||
file:
|
file:
|
||||||
path: /etc/letsencrypt/renewal-hooks/deploy
|
path: /etc/letsencrypt/renewal-hooks/deploy
|
||||||
@@ -11,4 +12,3 @@
|
|||||||
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible.sh
|
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible.sh
|
||||||
mode: u+rwx
|
mode: u+rwx
|
||||||
when: certbot_deployhook is defined
|
when: certbot_deployhook is defined
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user