diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-26 10:09:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-26 10:09:59 +0100 |
| commit | 9ec180130f0085340f3a6f2828b2f49d558a2548 (patch) | |
| tree | 93b79453a0c88dfb59ce9e4516e4649a2f12c061 | |
| parent | beb67cfd4b3c548ca9d599ba52f76b415d207dd8 (diff) | |
fix fcgiwrap self-update
| -rw-r--r-- | roles/fcgiwrap/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fcgiwrap/tasks/main.yml b/roles/fcgiwrap/tasks/main.yml index 7435274..32a2dba 100644 --- a/roles/fcgiwrap/tasks/main.yml +++ b/roles/fcgiwrap/tasks/main.yml @@ -28,7 +28,7 @@ state: started - name: Install script to update fcgiwrap - ansible.builtin.template: + ansible.builtin.copy: src: update_fcgiwrap dest: /usr/bin/update_fcgiwrap mode: "755" |
