mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-03-02 15:50:53 +01:00
This commit is contained in:
parent
ef721e21b5
commit
fa342f2241
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue