Sha256: 1fee5e43e4fe24ead410215371d85cb12a36402d9567a1fc87739b3662d85d27
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
--- ############################################################################## # Ansible metadata for `{{ role_role_name }}` role ############################################################################## # `no` means duplicate invocations with the *same* parameters (vars) will not # be run. # # This is *usually* what you want for idempotent roles: if roles A # and B both want a resource R in a particular state, they can both include # or depend on a role C that accepts that state as paramters and C will be # run only once. # # However, non-idemptent roles - say one that logs message - will want to set # this value to `yes`. # # https://docs.ansible.com/ansible/devel/user_guide/playbooks_reuse_roles.html#role-duplication-and-execution # allow_duplicates: no dependencies: [] # - role: role-name {% if role_galaxy %} galaxy_info: author: {{ role_author | to_json }} description: {{ role_description | to_json }} license: {{ role_license | to_json }} min_ansible_version: {{ role_min_ansible_version | to_json }} {% endif %}
Version data entries
6 entries across 6 versions & 1 rubygems