-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ansible/lint #8
base: main
Are you sure you want to change the base?
Conversation
Fixed after merging separate PR and rebasing this branch. |
Co-authored-by: Cyril Bitterich <[email protected]>
Co-authored-by: Cyril Bitterich <[email protected]>
Co-authored-by: Cyril Bitterich <[email protected]>
|
||
- name: Restart everything and finish | ||
shell: "docker compose up -d" | ||
ansible.builtin.command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me not likey ansible.builtin.cmd. You could use community.docker.docker_compose_v2
E.g. https://github.com/EuroPython/infra/blob/53c2fa4d997929a095fa4b10144baa0a34b05ce7/playbooks/roles/zammad/tasks/main.yaml#L49
chdir: "{{ ansible_user_dir }}" | ||
cmd: "docker compose up -d" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me not likey ansible.builtin.cmd. You could use community.docker.docker_compose_v2
E.g. https://github.com/EuroPython/infra/blob/53c2fa4d997929a095fa4b10144baa0a34b05ce7/playbooks/roles/zammad/tasks/main.yaml#L49
No description provided.