Ansible replace task has removed the follow option
mrrsm opened this issue · 0 comments
mrrsm commented
In 1.7.1.2 Ensure AppArmor is enabled in the bootloader configuration
the replace task uses the follow option which was dropped in ansible 2.5.
Option follow has been removed in Ansible 2.5, because this module modifies the contents of the file so follow=no doesn’t make sense.
from Ansible Replace