mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-03-03 16:20:55 +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
|
hosts: servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Update ghost-cli
|
||||||
|
become: true
|
||||||
|
community.general.npm:
|
||||||
|
global: true
|
||||||
|
name: ghost-cli
|
||||||
|
state: latest
|
||||||
- name: Setup ghost gabnotes.org
|
- name: Setup ghost gabnotes.org
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: ghost
|
name: ghost
|
||||||
|
|
Loading…
Add table
Reference in a new issue