From 02515cc1008ad7acdfc46d88587f260d743f0686 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Jan 25 2019 15:13:27 +0000 Subject: Couple more playbook examples --- diff --git a/devconf-19/README.md b/devconf-19/README.md index 0feea95..e993cd4 100644 --- a/devconf-19/README.md +++ b/devconf-19/README.md @@ -44,15 +44,21 @@ Run tests in the container: ```sh podman run -it docker.io/fedoraci/workshop bash + cd ~/tests/python36/tests ansible-playbook tests.yml +vi artifacts/* + +cd ~/tests/bash/tests +ansible-playbook --tags container tests.yml +ansible-playbook --tags classic tests.yml ``` Use fedpkg to clone other repositories: ```sh -fedpkg clone -a libselinux -cd libselinux/tests +fedpkg clone -a file +cd file/tests ansible-playbook tests.yml ```