--- - name: Increase mmap counts ansible.posix.sysctl: name: vm.max_map_count value: '262144' state: present - name: Ensure bare metal installation include_tasks: bare.yml when: mastodon_bare_installation - name: Ensure docker installation include_tasks: docker.yml when: not mastodon_bare_installation