File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .ansible /
Original file line number Diff line number Diff line change 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 }}'
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'
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'
You can’t perform that action at this time.
0 commit comments