How about we stop breaking ansible all the goddamn time
This commit is contained in:
parent
ea44b7ace2
commit
e977f09be7
@ -5,7 +5,7 @@
|
||||
become: yes
|
||||
become_user: ansible
|
||||
- name: install ansible
|
||||
pip: name=ansible,ansible-base,ansible-lint state=latest
|
||||
pip: name=ansible<5,ansible-lint state=latest
|
||||
when: ansible_os_family != "Gentoo"
|
||||
- name: configure systemd service
|
||||
template: src=ansible-pull.service dest=/etc/systemd/system/ansible-pull.service
|
||||
|
Loading…
Reference in New Issue
Block a user