e2ad6aad5a
* bootstrap: rework role * support being called from a non-root user * run some commands in check mode * unify spelling/task names * bootstrap: fix wording of comments for check_mode: false * bootstrap: remove setup-pipelining task
8 lines
153 B
YAML
8 lines
153 B
YAML
---
|
|
- name: Install required packages (SUSE)
|
|
package:
|
|
name: "{{ item }}"
|
|
state: present
|
|
with_items:
|
|
- python-cryptography
|
|
become: true
|