We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
become
1 parent e54737f commit 728f590Copy full SHA for 728f590
tasks/install.yml
@@ -1,6 +1,6 @@
1
---
2
- name: install dependencies
3
- become: yes
+ become: "{{ ansible_distribution != 'MacOSX' }}"
4
package:
5
name:
6
- git
0 commit comments