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
Describe the bug
Adding repo fails because it is missing become: yes
become: yes
ansible-telegraf/tasks/RedHat.yml
Lines 16 to 24 in 8fdab6f
This throws a syntax error
Lines 32 to 33 in 8fdab6f
default(omit)
Installation method/version
Ansible Version
ansible 2.9.7 config file = /Users/rohitgohri/Projects/collegedunia/ansible-playbooks/ansible.cfg configured module search path = ['/Users/rohitgohri/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /Users/rohitgohri/Projects/collegedunia/ansible-playbooks/.venv/lib/python3.7/site-packages/ansible executable location = /Users/rohitgohri/Projects/collegedunia/ansible-playbooks/.venv/bin/ansible python version = 3.7.6 (default, Dec 30 2019, 19:38:36) [Clang 10.0.0 (clang-1000.11.45.5)]
Targetted hosts Concerns the following OS(es):
Expected behavior
yum_repository should have become
yum_repository
Additional context
The text was updated successfully, but these errors were encountered:
Add yum_repo as privileged user
7b8809c
For dj-wasabi#119
Successfully merging a pull request may close this issue.
Describe the bug
Adding repo fails because it is missing
become: yes
ansible-telegraf/tasks/RedHat.yml
Lines 16 to 24 in 8fdab6f
This throws a syntax error
ansible-telegraf/tasks/RedHat.yml
Lines 32 to 33 in 8fdab6f
I think should be
default(omit)
after looking at Debian.ymlInstallation method/version
Ansible Version
Targetted hosts
Concerns the following OS(es):
Expected behavior
yum_repository
should have becomeAdditional context
The text was updated successfully, but these errors were encountered: