geerlingguy / ansible-role-fluentd

Ansible role - Fluentd (td-agent)
https://galaxy.ansible.com/geerlingguy/fluentd
MIT License
34 stars 28 forks source link

No package matching 'gnupg2' is available #3

Closed jc36 closed 4 years ago

jc36 commented 4 years ago

I have an error when install fluentd:

TASK [geerlingguy.fluentd : Add required dependencies.] ***********************************************************************************************************************************************************
fatal: [54.93.207.197]: FAILED! => {"changed": false, "msg": "No package matching 'gnupg2' is available"}

It was resolved with pre_task:

- hosts: fluentd
  become: yes
  pre_tasks:
    - name: Update repositories cache
      apt:
        update_cache: yes
  roles:
    - role: geerlingguy.fluentd
      tags:
        - fluentd
stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.