這有什麼錯我的ansible postgresql_user用法: - name: Create user and grant access to the database
become_user: postgres
become: yes
postgresql_user:
db: '{{db_name}}'
name: '{{db_user}
Ansible中有一個Jinja2模板,我需要有條件地包含一些文件。 基本上,我有一個for循環,其中包含可能或可能不存在的「子部分」。下面的示例演示了基本的代碼,如果所有的工具竟然出現了「pbr.j2」文件,將工作,但它崩潰,因爲Ansible不能找到一些文件: {% for tool in tools %}
{% set template = 'tools/' + tool.name