mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
fix
This commit is contained in:
@ -2,3 +2,6 @@ skip_list:
|
||||
- 'yaml'
|
||||
- 'risky-shell-pipe'
|
||||
- 'role-name'
|
||||
|
||||
exclude_paths:
|
||||
- example_playbooks
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
vars:
|
||||
|
||||
@ -3,7 +3,6 @@ roles:
|
||||
- name: geerlingguy.docker
|
||||
src: https://github.com/geerlingguy/ansible-role-docker
|
||||
version: "7.1.0"
|
||||
|
||||
- name: external_node
|
||||
src: https://github.com/matter-labs/ansible-en-role
|
||||
version: "v3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user