This commit is contained in:
tomg10
2024-03-22 01:47:26 +01:00
parent 69435131f7
commit 5df4c691bb
3 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,6 @@ skip_list:
- 'yaml'
- 'risky-shell-pipe'
- 'role-name'
exclude_paths:
- example_playbooks

View File

@ -1,3 +1,4 @@
---
- hosts: all
become: true
vars:

View File

@ -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"