you have parenthesis in your regex, its special char in regex so you have to escape it: - name: Swap/ edit lines in config lineinfile: dest: ...
確定! 回上一頁