ansible-config_encoder_filters
ansible-config_encoder_filters copied to clipboard
Ansible role used to deliver the Config Encoder Filters.
Results
1
ansible-config_encoder_filters issues
Sort by
recently updated
recently updated
newest added
More a question: how can one install this filter as a collection? https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-collections-with-ansible-galaxy ``` $ cat requirements_filter.yml --- collections: - src: https://github.com/jtyr/ansible-config_encoder_filters.git name: jtyr.config_encoder_filters $ ansible-galaxy install -r requirements_filter.yml Starting...