From e8f6769035069f092de015a70550ffdca6bcecea Mon Sep 17 00:00:00 2001 From: Grzegorz Nowak Date: Tue, 8 Feb 2022 13:42:33 +0100 Subject: [PATCH] fix molecule lint --- tasks/infrastructure/user.yml | 2 +- tasks/operation/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/infrastructure/user.yml b/tasks/infrastructure/user.yml index 02fb867..4d83c5a 100644 --- a/tasks/infrastructure/user.yml +++ b/tasks/infrastructure/user.yml @@ -25,4 +25,4 @@ group: "{{ cardano_group }}" recurse: false mode: '0775' - when: cardano_user != 'root' # ansible-bender compat, and also probably a good notion anyway \ No newline at end of file + when: cardano_user != 'root' # ansible-bender compat, and also probably a good notion anyway diff --git a/tasks/operation/main.yml b/tasks/operation/main.yml index 8a74f75..e642358 100644 --- a/tasks/operation/main.yml +++ b/tasks/operation/main.yml @@ -5,4 +5,4 @@ - include_tasks: native_assets.yml when: cardano_assets | length > 0 - include_tasks: nfts.yml - when: cardano_nfts | length > 0 \ No newline at end of file + when: cardano_nfts | length > 0