1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00

Add ad-hoc command

This commit is contained in:
L3D 2020-05-16 21:10:33 +02:00
parent 7a19834b78
commit 7cb1c74ebc
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -16,6 +16,12 @@ This role is tested with the [i3 - improved tiling wm](https://i3wm.org/), insta
ansible-galaxy install do1jlr.akku_warning ansible-galaxy install do1jlr.akku_warning
``` ```
You can execute the role **directly via ansible ad-hoc commands**, but it is highly recomended to create a ansible playbook
```bash
# example ad-hoc command
ansible -m include_role -a "name=do1jlr.akku_warning" localhost
```
### example playbook with galaxy ### example playbook with galaxy
```yaml ```yaml
--- ---