7e2b6bf751
Change-Id: I8ff2a69480e3a65d282c2ff5f301a2f8296facb6
8 lines
190 B
YAML
8 lines
190 B
YAML
- name: Set up the ara.recordsansible.org website
|
|
hosts: ara.recordsansible.org
|
|
gather_facts: yes
|
|
tasks:
|
|
- name: Include the website role
|
|
include_role:
|
|
name: website
|