diff --git a/roles/dns_adblocking/meta/main.yml b/roles/dns_adblocking/meta/main.yml index 325ccd9..e985f92 100644 --- a/roles/dns_adblocking/meta/main.yml +++ b/roles/dns_adblocking/meta/main.yml @@ -1,4 +1,4 @@ --- dependencies: - - { role: common } \ No newline at end of file + - { role: common, tags: common } diff --git a/roles/logging/meta/main.yml b/roles/logging/meta/main.yml index 325ccd9..e985f92 100644 --- a/roles/logging/meta/main.yml +++ b/roles/logging/meta/main.yml @@ -1,4 +1,4 @@ --- dependencies: - - { role: common } \ No newline at end of file + - { role: common, tags: common } diff --git a/roles/proxy/meta/main.yml b/roles/proxy/meta/main.yml index 325ccd9..e985f92 100644 --- a/roles/proxy/meta/main.yml +++ b/roles/proxy/meta/main.yml @@ -1,4 +1,4 @@ --- dependencies: - - { role: common } \ No newline at end of file + - { role: common, tags: common } diff --git a/roles/security/meta/main.yml b/roles/security/meta/main.yml index 325ccd9..e985f92 100644 --- a/roles/security/meta/main.yml +++ b/roles/security/meta/main.yml @@ -1,4 +1,4 @@ --- dependencies: - - { role: common } \ No newline at end of file + - { role: common, tags: common } diff --git a/roles/ssh_tunneling/meta/main.yml b/roles/ssh_tunneling/meta/main.yml index 325ccd9..e985f92 100644 --- a/roles/ssh_tunneling/meta/main.yml +++ b/roles/ssh_tunneling/meta/main.yml @@ -1,4 +1,4 @@ --- dependencies: - - { role: common } \ No newline at end of file + - { role: common, tags: common } diff --git a/roles/vpn/meta/main.yml b/roles/vpn/meta/main.yml index 4b583d6..f3d1920 100644 --- a/roles/vpn/meta/main.yml +++ b/roles/vpn/meta/main.yml @@ -1,5 +1,5 @@ --- dependencies: - - { role: common } + - { role: common, tags: common }