Skip to content

Commit

Permalink
fix molecule lint
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Feb 8, 2022
1 parent 51ce0a3 commit e8f6769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/infrastructure/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
when: cardano_user != 'root' # ansible-bender compat, and also probably a good notion anyway
2 changes: 1 addition & 1 deletion tasks/operation/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- include_tasks: native_assets.yml
when: cardano_assets | length > 0
- include_tasks: nfts.yml
when: cardano_nfts | length > 0
when: cardano_nfts | length > 0

0 comments on commit e8f6769

Please sign in to comment.