ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
|
||||
- name: install dependencies
|
||||
- name: Install dependencies
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
|
@ -8,14 +7,14 @@
|
|||
- git
|
||||
- python3
|
||||
|
||||
- name: copy package
|
||||
- name: Copy package
|
||||
ansible.builtin.git:
|
||||
dest: /usr/local/src/opencollab
|
||||
repo: "https://github.com/graphingwiki/opencollab.git"
|
||||
umask: "0022"
|
||||
version: python3
|
||||
|
||||
- name: install package
|
||||
- name: Install package
|
||||
ansible.builtin.pip:
|
||||
name: /usr/local/src/opencollab
|
||||
umask: "0022"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue