@ -45,14 +45,14 @@ This is useful both for extreme scale\-out as well as periodic remediation\&. Us
.PP
.PP
\fBfilename\&.yml\fR
\fBfilename\&.yml\fR
.RS4
.RS4
The name of one the YAML format files to run as an ansible playbook\&. This can be a relative path within the checkout\&. If not provided, ansible\-pull will look for a playbook based on the host\(cqs fully\-qualified domain name and finally a playbook named
The name of one the YAML format files to run as an ansible playbook\&. This can be a relative path within the checkout\&. If not provided, ansible\-pull will look for a playbook based on the host\(cqs fully\-qualified domain name, on the host hostname and finally a playbook named
Directory to checkout repository into\&. If not provided, a subdirectory of ~/\&.ansible/pull/ will be used\&.
.RE
.RE
.PP
.PP
\fB\-U\fR\fIURL\fR, \fB\-\-url=\fR\fIURL\fR
\fB\-U\fR\fIURL\fR, \fB\-\-url=\fR\fIURL\fR
@ -65,6 +65,11 @@ URL of the playbook repository to checkout\&.
Branch/Tag/Commit to checkout\&. If not provided, uses default behavior of module used to check out playbook repository\&.
Branch/Tag/Commit to checkout\&. If not provided, uses default behavior of module used to check out playbook repository\&.
.RE
.RE
.PP
.PP
\fB\-f\fR, \fB\-\-force\fR
.RS4
Force running of playbook even if unable to update playbook repository\&. This can be useful, for example, to enforce run\-time state when a network connection may not always be up or possible\&.