We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80cb7f commit 12a06f6Copy full SHA for 12a06f6
.gitignore
@@ -34,6 +34,7 @@ Temporary Items
34
35
# Ansible playbook runtime
36
*/buffer/*
37
+*.ansible/*
38
39
# VS Code files for those working on multiple tools
40
**/.vscode/*
ol/build.yml
@@ -83,6 +83,7 @@
83
ansible.builtin.include_tasks: "block.yml"
84
loop: "{{ query('sequence', 'start=1 end=' + (block_count) | string) }}"
85
loop_control:
86
+ loop_var: blk_devices
87
extended: true
88
vars:
89
block_devices:
@@ -91,6 +92,9 @@
91
92
- d
93
- e
94
- f
95
+ - g
96
+ - h
97
+ - i
98
99
- name: Print the public and private ip of the newly created instance
100
ansible.builtin.debug:
0 commit comments