web_build: ansible-lint fixes
This commit is contained in:
parent
49ab4c3d18
commit
1bd5bfdcb7
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: create data directory
|
- name: Create data directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /export/web-build
|
path: /export/web-build
|
||||||
state: directory
|
state: directory
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
- name: link data directory
|
- name: Link data directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: /srv/web-build
|
dest: /srv/web-build
|
||||||
src: /export/web-build
|
src: /export/web-build
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
follow: false
|
follow: false
|
||||||
|
|
||||||
- name: install sync script
|
- name: Install sync script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /usr/local/bin/web-sync
|
dest: /usr/local/bin/web-sync
|
||||||
src: web-sync.sh
|
src: web-sync.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue