Skip to content

switch to another archlinux user package manager module due to permissions issues #3

@mwilliammyers

Description

@mwilliammyers

Ref. tasks/main.yml:17

  # FIXME: switch to another archlinux package manager module due to permissions issues
  - name: yaourt | github enchancers
    yaourt: name="{{ item }}"
    with_items: "{{ github_packages }}"
  when: ansible_distribution == 'Archlinux'
  # become: yes

yaourt does not handle permissions well - this will only work if the sudo cache is still valid see: ansible/ansible-modules-extras/pull/1104

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions