Skip to content

Commit

Permalink
disable eselect repository list step
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jan 3, 2025
1 parent 6562419 commit 2018d36
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
package: dev-vcs/git
state: present

- name: Check which repositories have been installed
ansible.builtin.command: eselect repository list -i
register: repositories_installed
changed_when: false
#- name: Check which repositories have been installed

Check failure on line 19 in ansible/playbooks/roles/compatibility_layer/tasks/add_overlay.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[comments]

Missing starting space in comment
# ansible.builtin.command: eselect repository list -i
# register: repositories_installed
# changed_when: false

# - name: Add custom overlay configuration
# ansible.builtin.command:
Expand Down

0 comments on commit 2018d36

Please sign in to comment.