diff --git a/remount.yml b/remount.yml index e62f067..b22db4f 100644 --- a/remount.yml +++ b/remount.yml @@ -6,7 +6,7 @@ - hosts: all gather_facts: true vars: - remount_state: ro + remount_state: rw remount_fs: - / - /usr @@ -23,3 +23,5 @@ | list }} when: not item.options.startswith(remount_state) + tags: + - always