Revert "Add Alpine Linux configuration"

This commit is contained in:
Vincent RABAH
2021-01-28 17:29:51 +01:00
committed by GitHub
parent dbbdfdff4a
commit 937f20d9ca
12 changed files with 74 additions and 214 deletions

View File

@@ -2,6 +2,8 @@
- name: Get the list of mounted filesystems
shell: set -o pipefail && cat /proc/mounts | awk '{ print $2}' | grep -E "^{{ mounted_fs }}"
register: get_mounted_filesystems
args:
executable: /bin/bash
failed_when: false
changed_when: get_mounted_filesystems.stdout | length > 0