You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix is to use become: yes instead of sudo: yes. I'm filing a pull request to do this.
The error (with ansible-playbook 2.10.5) is:
[strk@c19:/usr/local/src/openhmitester(typos)] ansible-playbook -i "localhost," -c local download_compile_run.ansible.yml -K
BECOME password:
ERROR! conflicting action statements: apt, sudo
The error appears to be in '/home/src/openhmitester/download_compile_run.ansible.yml': line 9, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Install OHT requirements
^ here
The text was updated successfully, but these errors were encountered:
strk
added a commit
to strk/openhmitester
that referenced
this issue
Jun 6, 2022
The fix is to use
become: yes
instead ofsudo: yes
. I'm filing a pull request to do this.The error (with ansible-playbook 2.10.5) is:
The text was updated successfully, but these errors were encountered: