All checks were successful
Master branch: build & lint / build (push) Successful in 1m0s
Adds an action to perform some linting actions on ansible and the yaml files, both on push onto master and on pull requests Reviewed-on: #1
10 lines
172 B
YAML
10 lines
172 B
YAML
---
|
|
- name: "Install the base playbook"
|
|
hosts: all
|
|
roles:
|
|
- role: root_user
|
|
tags: root_user
|
|
- role: base
|
|
tags: base
|
|
- role: vim
|
|
tags: vim
|