我正在为这个应用程序编写一些选择用餐的代码。
我的想法是这样的:我调用arc4random_uniform方法,它将返回5个数字,我只需要设置每个数字呈现的饭菜和显示的饭数。谁能告诉我什么是错的? 如果您有任何代码不知道我做了什么
- authorized_key:
user: "{{ item }}"
state: present
key: "{{ lookup('file', '/home/{{ item }}/.ssh/id_rsa.pub') }}"
with_items:
- "{{ list_of_usernames }}"
become: yes
become_user: "{{ item }}"
}