Skip to content

Commit 4495814

Browse files
authored
fix: improve command tasks and ignore other linter warning (#55)
1 parent acde42e commit 4495814

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ansible/

tasks/installation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- 'role::repo_mirror:configuration'
5151
- 'role::repo_mirror:configuration:landingpage'
5252

53-
- name: Clone landingpage repository
53+
- name: Clone landingpage repository # noqa: latest[git]
5454
ansible.builtin.git:
5555
repo: https://github.com/adfinis/landingpage-repo_mirror
5656
dest: '{{ repo_mirror_landingpage_clone_dir }}'
@@ -64,6 +64,7 @@
6464
ansible.builtin.command:
6565
cmd: yarnpkg
6666
chdir: '{{ repo_mirror_landingpage_clone_dir }}'
67+
changed_when: false
6768
tags:
6869
- 'role::repo_mirror'
6970
- 'role::repo_mirror:configuration'
@@ -73,6 +74,7 @@
7374
ansible.builtin.command:
7475
cmd: make prod
7576
chdir: '{{ repo_mirror_landingpage_clone_dir }}'
77+
changed_when: false
7678
tags:
7779
- 'role::repo_mirror'
7880
- 'role::repo_mirror:configuration'

0 commit comments

Comments
 (0)