Skip to content

Commit e8f6769

Browse files
committed
fix molecule lint
1 parent 51ce0a3 commit e8f6769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/infrastructure/user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
group: "{{ cardano_group }}"
2626
recurse: false
2727
mode: '0775'
28-
when: cardano_user != 'root' # ansible-bender compat, and also probably a good notion anyway
28+
when: cardano_user != 'root' # ansible-bender compat, and also probably a good notion anyway

tasks/operation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- include_tasks: native_assets.yml
66
when: cardano_assets | length > 0
77
- include_tasks: nfts.yml
8-
when: cardano_nfts | length > 0
8+
when: cardano_nfts | length > 0

0 commit comments

Comments
 (0)