We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ce0a3 commit e8f6769Copy full SHA for e8f6769
2 files changed
tasks/infrastructure/user.yml
@@ -25,4 +25,4 @@
25
group: "{{ cardano_group }}"
26
recurse: false
27
mode: '0775'
28
- 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
tasks/operation/main.yml
@@ -5,4 +5,4 @@
5
- include_tasks: native_assets.yml
6
when: cardano_assets | length > 0
7
- include_tasks: nfts.yml
8
- when: cardano_nfts | length > 0
+ when: cardano_nfts | length > 0
0 commit comments