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.
2 parents 9734df0 + fbc527c commit 3aeb3f0Copy full SHA for 3aeb3f0
molecule/ssh_keys/molecule.yml
@@ -22,3 +22,18 @@ provisioner:
22
name: "ansible"
23
verifier:
24
25
+scenario:
26
+ name: "ssh_keys"
27
+ test_sequence:
28
+ - "destroy"
29
+ - "dependency"
30
+ - "syntax"
31
+ - "create"
32
+ - "prepare"
33
+ - "check"
34
+ - "converge"
35
+ - "idempotence"
36
37
+ - "side_effect"
38
+ - "verify"
39
roles/ssh_keys/tasks/main.yml
@@ -27,5 +27,6 @@
loop: "{{ ssh_user_list }}"
loop_control:
loop_var: "ssh_user"
+ ignore_errors: "{{ ansible_check_mode }}"
...
0 commit comments