update ghost-cli
Some checks failed
/ run ansible (push) Has been cancelled

This commit is contained in:
Gabriel Augendre 2025-02-24 22:37:18 +01:00
parent ef721e21b5
commit fa342f2241

View file

@ -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