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
pip install ansible-core --user
localhost
connection=local
install-apps.yml
- name: Install OS-level apps hosts: all become: yes tasks: - name: Configure repositories apt_repository: ... - name: Install apps apt: name: - - ...
ansible-playbook -i inventory -K install-apps.yml
Ref: https://docs.ansible.com/ansible/devel/user_guide/index.html Ref: https://docs.ansible.com/ansible/devel/modules/apt_module.html Ref: https://docs.ansible.com/ansible/devel/modules/apt_repository_module.html
The text was updated successfully, but these errors were encountered:
Ref: https://docs.ansible.com/ansible/devel/modules/apt_module.html Ref: https://docs.ansible.com/ansible/devel/modules/apt_repository_module.html The version of the Ansible documentation you were looking at doesn’t contain that page. Pls, update broken URLs
Sorry, something went wrong.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html / https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_repository_module.html
l1storez
Successfully merging a pull request may close this issue.
pip install ansible-core --user
localhost
entry in it withconnection=local
paraminstall-apps.yml
it'd look smth like
ansible-playbook -i inventory -K install-apps.yml
Ref: https://docs.ansible.com/ansible/devel/user_guide/index.html
Ref: https://docs.ansible.com/ansible/devel/modules/apt_module.html
Ref: https://docs.ansible.com/ansible/devel/modules/apt_repository_module.html
The text was updated successfully, but these errors were encountered: