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