chore: Lint
This commit is contained in:
parent
c9df105fd1
commit
e20785dfea
@ -25,5 +25,3 @@ grist_skeleton_paths:
|
|||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
grist_documentation_link: "https://www.laurivan.com"
|
grist_documentation_link: "https://www.laurivan.com"
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Laur Ivan (laur.ivan@gmail.com)
|
author: Laur Ivan (laur.ivan@gmail.com)
|
||||||
namespace: laurivan
|
namespace: laurivan
|
||||||
company:
|
company: ""
|
||||||
role_name: grist
|
role_name: grist
|
||||||
description: Grist Role
|
description: Grist Role
|
||||||
min_ansible_version: "2.4"
|
min_ansible_version: "2.4"
|
||||||
|
@ -22,4 +22,3 @@
|
|||||||
- "env.grist.conf"
|
- "env.grist.conf"
|
||||||
tags:
|
tags:
|
||||||
- grist_configure
|
- grist_configure
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: "GRIST | Configure"
|
- name: "GRIST | Configure"
|
||||||
import_tasks: config.yml
|
ansible.builtin.import_tasks: config.yml
|
||||||
tags:
|
tags:
|
||||||
- grist_configure
|
- grist_configure
|
||||||
|
|
||||||
- name: "GRIST | Install"
|
- name: "GRIST | Install"
|
||||||
import_tasks: install.yml
|
ansible.builtin.import_tasks: install.yml
|
||||||
tags:
|
tags:
|
||||||
- grist_install
|
- grist_install
|
||||||
|
Loading…
Reference in New Issue
Block a user