From fa342f22412c3b6376bdd8904a9cb110863f36bb Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 24 Feb 2025 22:37:18 +0100 Subject: [PATCH] update ghost-cli --- playbooks/apps/ghost.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/apps/ghost.yaml b/playbooks/apps/ghost.yaml index cd12c2e..228742a 100644 --- a/playbooks/apps/ghost.yaml +++ b/playbooks/apps/ghost.yaml @@ -3,6 +3,12 @@ hosts: servers gather_facts: false tasks: + - name: Update ghost-cli + become: true + community.general.npm: + global: true + name: ghost-cli + state: latest - name: Setup ghost gabnotes.org ansible.builtin.include_role: name: ghost