From 3255566edf8a920cfe58e35056c13fab2b492874 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Mon, 12 Oct 2020 14:29:37 +0200 Subject: [PATCH] yamllint : disable rule:line-length for complete file evolixisation.yml --- evolixisation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolixisation.yml b/evolixisation.yml index 7547867..03af200 100644 --- a/evolixisation.yml +++ b/evolixisation.yml @@ -1,3 +1,4 @@ +# yamllint disable rule:line-length # Playbook command # First use (become_method: su, and var_files uncommented) : # ansible-playbook evolixisation.yml --ask-vault-pass -CDki hosts -l HOSTNAME -u root @@ -40,5 +41,4 @@ tasks_from: exec.yml # environment: -# yamllint disable-line rule:line-length # PKG_PATH: "http://ftp.openbsd.org/pub/OpenBSD/{{ ansible_distribution_version }}/packages/{{ ansible_architecture }}/"