commited current state
This commit is contained in:
@@ -8,4 +8,9 @@
|
||||
state: present
|
||||
snapname: "{{ snapshot_name | default('before_update') }}"
|
||||
retention: 2
|
||||
timeout: 300
|
||||
delegate_to: localhost
|
||||
retries: 3
|
||||
delay: 10
|
||||
register: snapshot_result
|
||||
until: snapshot_result is succeeded
|
||||
|
||||
Reference in New Issue
Block a user