mirror of
https://gitea.0xace.cc/ansible-playbooks/postgresql.git
synced 2024-11-24 15:56:39 +00:00
7 lines
180 B
YAML
7 lines
180 B
YAML
- hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Install roles
|
|
local_action: ansible.builtin.command ansible-galaxy install -r requirements.yaml -p roles
|
|
|