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:
parent
7a19834b78
commit
7cb1c74ebc
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue