We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Would you have an example for replacing ansible.builtin lineinfile with your package?
Consider the below
- name: Ensure auth creds are in config ansible.builtin.lineinfile: path: 'surfshark_udp.ovpn' regexp: '^auth-user-pass' line: auth-user-pass /etc/openvpn/surfshark_udp.auth
Does it require "command: {{ openwrt_lineinfile }}" ? what is the pattern expected
The text was updated successfully, but these errors were encountered:
- hosts: foobar2000 roles: - gekmihesg.openwrt tasks: - name: test lineinfile lineinfile: path: '/tmp/surfshark_udp.ovpn' regexp: '^auth-user-pass' line: auth-user-pass /etc/openvpn/surfshark_udp.auth
This works fine on my test VM.
Sorry, something went wrong.
No branches or pull requests
Hi,
Would you have an example for replacing ansible.builtin lineinfile with your package?
Consider the below
Does it require "command: {{ openwrt_lineinfile }}" ? what is the pattern expected
The text was updated successfully, but these errors were encountered: