File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3434 - assert : { that: "audit_module is not changed" }
3535 - assert : { that: "audit_module.rc == 0" }
3636
37+ - name : Delete audit only one audit allowed
38+ hashivault_audit :
39+ device_type : file
40+ state : absent
41+ register : audit_module
42+ - assert : { that: "audit_module is changed" }
43+ - assert : { that: "audit_module.rc == 0" }
44+
45+
3746 - name : Create audit path
3847 hashivault_audit :
3948 device_type : file
5463 - assert : { that: "audit_module is not changed" }
5564 - assert : { that: "audit_module.rc == 0" }
5665
57- - name : Delete audit
58- hashivault_audit :
59- device_type : file
60- state : absent
61- register : audit_module
62- - assert : { that: "audit_module is changed" }
63- - assert : { that: "audit_module.rc == 0" }
64-
6566 - name : Delete audit path
6667 hashivault_audit :
6768 device_type : file
You can’t perform that action at this time.
0 commit comments