mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 13:11:29 +00:00
do it for the lint
This commit is contained in:
parent
94827f80df
commit
aac5f31ef3
@ -40,11 +40,11 @@
|
|||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Noggin installation
|
- name: Noggin installation
|
||||||
shell:
|
command: "/home/noggin/.local/bin/poetry install --no-dev --extras deploy"
|
||||||
cmd: "/home/noggin/.local/bin/poetry install --no-dev --extras deploy"
|
|
||||||
chdir: "/opt/noggin/noggin"
|
|
||||||
become: true
|
become: true
|
||||||
become_user: noggin
|
become_user: noggin
|
||||||
|
args:
|
||||||
|
chdir: "/opt/noggin/noggin"
|
||||||
|
|
||||||
- name: Get the noggin poetry virtualenv
|
- name: Get the noggin poetry virtualenv
|
||||||
shell:
|
shell:
|
||||||
@ -52,6 +52,7 @@
|
|||||||
chdir: "/opt/noggin/noggin"
|
chdir: "/opt/noggin/noggin"
|
||||||
become: true
|
become: true
|
||||||
become_user: noggin
|
become_user: noggin
|
||||||
|
changed_when: "1 != 1"
|
||||||
register: virtualenv_location
|
register: virtualenv_location
|
||||||
|
|
||||||
- name: Deploy start up script
|
- name: Deploy start up script
|
||||||
|
Loading…
Reference in New Issue
Block a user